ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments Class
The base class for parameters related to inserting or changing HTML5 media elements (Audio and Video) in the ASPxHtmlEditor.
Declaration
declare class ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments extends ASPxClientHtmlEditorChangeMediaElementCommandArguments
Remarks
When executed manually, ASPxHtmlEditor‘s client-side commands related to inserting or changing HTML5 media elements (Audio and Video) require specific parameters. These parameters are descendants from this base class.
Inheritance
ASPxClientHtmlEditorCommandArguments
ASPxClientHtmlEditorChangeMediaElementCommandArguments
ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments
See Also