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

ASPxClientHtmlEditorChangeMediaElementCommandArguments Class

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

Declaration

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.

See Also