Class
AsyncUploadConstants

Represents the upload constants class.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class AsyncUploadConstants

Inheritance: objectAsyncUploadConstants

Fields

CssClearButton

CSS class of the 'Clear' button.

Declaration

cs-api-definition
public const string CssClearButton = "ruButton ruClear"

Field Value

string

CssFileInput

CSS class of the file input.

Declaration

cs-api-definition
public const string CssFileInput = "ruFileInput"

Field Value

string

CssFileProgress

CSS class of the cloud upload progress span.

Declaration

cs-api-definition
public const string CssFileProgress = "ruFileProgress"

Field Value

string

CssFileProgressWrap

CSS class of the cloud upload progress wrap.

Declaration

cs-api-definition
public const string CssFileProgressWrap = "ruFileProgressWrap"

Field Value

string

CssFileWrap

CSS class of the container span.

Declaration

cs-api-definition
public const string CssFileWrap = "ruFileWrap"

Field Value

string

CssListContainer

CSS class of the cloud upload list container.

Declaration

cs-api-definition
public const string CssListContainer = "ruInputs"

Field Value

string

CssProgress

CSS class of the cloud upload progress area.

Declaration

cs-api-definition
public const string CssProgress = "RadUploadProgressArea"

Field Value

string

CssProgressComplete

CSS class of the cloud upload progress span success.

Declaration

cs-api-definition
public const string CssProgressComplete = "ruProgressComplete"

Field Value

string

CssProgressHidden

CSS class of the cloud upload progress area when it is hidden.

Declaration

cs-api-definition
public const string CssProgressHidden = "RadUploadProgressAreaHidden"

Field Value

string

CssProgressStarted

CSS class of the cloud upload progress span start.

Declaration

cs-api-definition
public const string CssProgressStarted = "ruProgressStarted"

Field Value

string

CssRadAsyncUpload

CSS class of the cloud upload main div element.

Declaration

cs-api-definition
public const string CssRadAsyncUpload = "RadAsyncUpload RadUpload"

Field Value

string

CssRemoveButton

CSS class of the 'Remove' button.

Declaration

cs-api-definition
public const string CssRemoveButton = "ruButton ruRemove"

Field Value

string

CssSelectButton

CSS class of the 'Select' button.

Declaration

cs-api-definition
public const string CssSelectButton = "ruButton ruBrowse"

Field Value

string

CssSilverlightObject

CSS class of the cloud upload silverlight object.

Declaration

cs-api-definition
public const string CssSilverlightObject = "ruObject"

Field Value

string

CssUploadProgress

CSS class of the cloud upload progress span.

Declaration

cs-api-definition
public const string CssUploadProgress = "ruUploadProgress"

Field Value

string

CssUploadSucceeded

CSS class of the cloud upload succeeded.

Declaration

cs-api-definition
public const string CssUploadSucceeded = "rcuLISucceeded"

Field Value

string

CssUploadSuccess

CSS class of the cloud upload progress span success.

Declaration

cs-api-definition
public const string CssUploadSuccess = "ruUploadSuccess"

Field Value

string

KeyAsyncUpload

The key identifying the AsyncUpload control.

Declaration

cs-api-definition
public const string KeyAsyncUpload = "RadAsyncUpload"

Field Value

string