AsyncUploadConstants Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Represents the upload constants class.
Inheritance Hierarchy

SystemObject
  Telerik.WebAii.Controls.HtmlAsyncUploadConstants

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public static class AsyncUploadConstants

The AsyncUploadConstants type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberCssClearButton
CSS class of the 'Clear' button.
Public fieldStatic memberCssFileInput
CSS class of the file input.
Public fieldStatic memberCssFileProgress
CSS class of the cloud upload progress span.
Public fieldStatic memberCssFileProgressWrap
CSS class of the cloud upload progress wrap.
Public fieldStatic memberCssFileWrap
CSS class of the container span.
Public fieldStatic memberCssListContainer
CSS class of the cloud upload list container.
Public fieldStatic memberCssProgress
CSS class of the cloud upload progress area.
Public fieldStatic memberCssProgressComplete
CSS class of the cloud upload progress span success.
Public fieldStatic memberCssProgressHidden
CSS class of the cloud upload progress area when it is hidden.
Public fieldStatic memberCssProgressStarted
CSS class of the cloud upload progress span start.
Public fieldStatic memberCssRadAsyncUpload
CSS class of the cloud upload main div element.
Public fieldStatic memberCssRemoveButton
CSS class of the 'Remove' button.
Public fieldStatic memberCssSelectButton
CSS class of the 'Select' button.
Public fieldStatic memberCssSilverlightObject
CSS class of the cloud upload silverlight object.
Public fieldStatic memberCssUploadProgress
CSS class of the cloud upload progress span.
Public fieldStatic memberCssUploadSucceeded
CSS class of the cloud upload succeeded.
Public fieldStatic memberCssUploadSuccess
CSS class of the cloud upload progress span success.
Public fieldStatic memberKeyAsyncUpload
The key identifying the AsyncUpload control.
Top
See Also

Reference