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.
Inheritance
ASPxClientHtmlEditorCommandArguments
ASPxClientHtmlEditorChangeMediaElementCommandArguments
See Also