ASPxClientHtmlEditorMediaDialogBase.GetMoreOptionsCheckBox Method
In This Article
Provides access to the client object of the “More options” check box in the Html Editor’s Audio/Video/Flash/Image dialogs.
#Declaration
TypeScript
GetMoreOptionsCheckBox(): ASPxClientCheckBox
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use the GetMoreOptionsCheckBox method to access the “More options” check box in the Html Editor’s Audio/Video/Flash dialogs.
For more information about client APIs related to the Html Editor’s Audio/Video/Flash dialogs, refer to the Related Client API section in an appropriate topic listed in the Dialogs article.
Online Demo: Html Editor - Dialog Customization
See Also