ClassCloudUploadConstants
Represents the upload constants class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class CloudUploadConstants
Inheritance: objectCloudUploadConstants
Fields
CssBodyDiv
CSS class of the body of files.
CssCancelButton
CSS class of the 'Cancel' button.
Declaration
public const string CssCancelButton = "rcuButton rcuCancelButton"
Field Value
CssFileInput
CSS class of the file input.
CssFileList
CSS class of the list of the succeeded files.
CssFileListFailed
CSS class of the list of the failed files.
Declaration
public const string CssFileListFailed = "rcuFileList rcuFailed"
Field Value
CssFileName
CSS class of the file name span.
CssIcon
CSS class of the icon.
CssProgress
CSS class of the cloud upload progress.
CssRadCloudUpload
CSS class of the cloud upload main div element.
Declaration
public const string CssRadCloudUpload = "RadCloudUpload RadCloudUpload"
Field Value
CssRemoveButton
CSS class of the 'Remove' button.
Declaration
public const string CssRemoveButton = "rcuButton rcuRemoveButton"
Field Value
CssSelectButton
CSS class of the 'Select' div.
Declaration
public const string CssSelectButton = "rcuFileSelect"
Field Value
CssSelectButtonWrap
CSS class of the select button wrapper.
Declaration
public const string CssSelectButtonWrap = "rcuFileWrap rcuButton"
Field Value
CssUploadFailed
CSS class of the cloud upload progress span failure.
Declaration
public const string CssUploadFailed = "rcuLIFailed"
Field Value
CssUploadSuccess
CSS class of the cloud upload progress span success.
Declaration
public const string CssUploadSuccess = "rcuLISucceeded"
Field Value
KeyCloudUpload
The key identifying the CloudUpload control.
Declaration
public const string KeyCloudUpload = "RadCloudUpload"
Field Value