ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments Class
In This Article
The base class for parameters related to inserting or changing HTML5 media elements (Audio and Video) in the ASPxHtmlEditor.
#Declaration
TypeScript
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