Back to Devexpress

ASPxClientHtmlEditorChangeMediaElementCommandArguments Class

aspnet-js-aspxclienthtmleditorchangemediaelementcommandarguments.md

latest1.5 KB
Original Source

ASPxClientHtmlEditorChangeMediaElementCommandArguments Class

The base class for parameters related to inserting or changing media elements in the ASPxHtmlEditor.

Declaration

ts
declare class ASPxClientHtmlEditorChangeMediaElementCommandArguments extends ASPxClientHtmlEditorCommandArguments

Remarks

When executed manually, ASPxHtmlEditor‘s client-side commands related to inserting or changing media elements (Audio, Video, Flash, etc.) require specific parameters. These parameters are descendants from this base class.

Inheritance

ASPxClientHtmlEditorCommandArguments ASPxClientHtmlEditorChangeMediaElementCommandArguments ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments

ASPxClientHtmlEditorInsertFlashCommandArguments

ASPxClientHtmlEditorInsertYouTubeVideoCommandArguments

See Also

Client-Side Commands

ASPxClientHtmlEditorChangeMediaElementCommandArguments Members