ASPxClientHtmlEditorChangeMediaElementCommandArguments Class
In This Article
The base class for parameters related to inserting or changing media elements in the ASPxHtmlEditor.
#Declaration
TypeScript
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