Back to Devexpress

ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments Class

aspnet-js-aspxclienthtmleditorchangehtml5mediaelementcommandarguments.md

latest1.5 KB
Original Source

ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments Class

The base class for parameters related to inserting or changing HTML5 media elements (Audio and Video) in the ASPxHtmlEditor.

Declaration

ts
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 ASPxClientHtmlEditorInsertAudioCommandArguments

ASPxClientHtmlEditorInsertVideoCommandArguments

See Also

Client-Side Commands

ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments Members