Skip to main content

ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments Members

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

Properties

Name Description
align Determines the position of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments.
autoPlay Determines if a media file will start playing automatically.
id Defines the HTML “id” attribute of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments.
loop Determines if a media file repeats indefinitely, or stops when it reaches the last frame.
preloadMode Determines how a media file should be loaded when the page loads.
selectedElement Gets the currently selected element in the ASPxHtmlEditor. Inherited from ASPxClientHtmlEditorCommandArguments.
showPlayerControls Determines if the media player controls should be displayed.
src Defines the source of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments.
styleSettings Contains the style settings defining the appearance of the target media element. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments.

Methods

Name Description
GetCommandName Returns the name of the client-side command corresponding to the parameter. Inherited from ASPxClientHtmlEditorChangeMediaElementCommandArguments.
See Also