ASPxClientHtmlEditorVideoDialog.GetPreloadModeComboBox Method
In This Article
Provides access to the client object of the “Preload mode” combo box in the Html Editor’s Video dialog.
#Declaration
TypeScript
GetPreloadModeComboBox(): ASPxClientComboBox
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use the GetPreloadModeComboBox method to access the “Preload mode” combo box in the Html Editor’s Video Dialogs.
For more information about client APIs related to the Html Editor’s Video dialog, refer to the Related Client API section in the Video Dialogs topic.
Online Demo: Html Editor - Dialog Customization
See Also