Skip to main content
A newer version of this page is available. .

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.

See Also