ClassAsyncUploadConstants
Represents the upload constants class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class AsyncUploadConstants
Inheritance: objectAsyncUploadConstants
Fields
CssClearButton
CSS class of the 'Clear' button.
Declaration
public const string CssClearButton = "ruButton ruClear"
Field Value
CssFileInput
CSS class of the file input.
CssFileProgress
CSS class of the cloud upload progress span.
Declaration
public const string CssFileProgress = "ruFileProgress"
Field Value
CssFileProgressWrap
CSS class of the cloud upload progress wrap.
Declaration
public const string CssFileProgressWrap = "ruFileProgressWrap"
Field Value
CssFileWrap
CSS class of the container span.
CssListContainer
CSS class of the cloud upload list container.
CssProgress
CSS class of the cloud upload progress area.
Declaration
public const string CssProgress = "RadUploadProgressArea"
Field Value
CssProgressComplete
CSS class of the cloud upload progress span success.
Declaration
public const string CssProgressComplete = "ruProgressComplete"
Field Value
CssProgressHidden
CSS class of the cloud upload progress area when it is hidden.
Declaration
public const string CssProgressHidden = "RadUploadProgressAreaHidden"
Field Value
CssProgressStarted
CSS class of the cloud upload progress span start.
Declaration
public const string CssProgressStarted = "ruProgressStarted"
Field Value
CssRadAsyncUpload
CSS class of the cloud upload main div element.
Declaration
public const string CssRadAsyncUpload = "RadAsyncUpload RadUpload"
Field Value
CssRemoveButton
CSS class of the 'Remove' button.
Declaration
public const string CssRemoveButton = "ruButton ruRemove"
Field Value
CssSelectButton
CSS class of the 'Select' button.
Declaration
public const string CssSelectButton = "ruButton ruBrowse"
Field Value
CssSilverlightObject
CSS class of the cloud upload silverlight object.
Declaration
public const string CssSilverlightObject = "ruObject"
Field Value
CssUploadProgress
CSS class of the cloud upload progress span.
Declaration
public const string CssUploadProgress = "ruUploadProgress"
Field Value
CssUploadSucceeded
CSS class of the cloud upload succeeded.
Declaration
public const string CssUploadSucceeded = "rcuLISucceeded"
Field Value
CssUploadSuccess
CSS class of the cloud upload progress span success.
Declaration
public const string CssUploadSuccess = "ruUploadSuccess"
Field Value
KeyAsyncUpload
The key identifying the AsyncUpload control.
Declaration
public const string KeyAsyncUpload = "RadAsyncUpload"
Field Value