Skip to main content

ASPxClientHtmlEditorInsertVideoCommandArguments Members

Contains settings related to the ASPxClientCommandConsts.INSERTVIDEO_COMMAND command parameter.

Constructors

Name Description
constructor(htmlEditor) Initializes a new instance of the object.

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. Inherited from ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments.
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. Inherited from ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments.
posterUrl Defines the URL of an image that is shown while the video file is downloading, or until an end-user clicks the play button.
preloadMode Determines how a media file should be loaded when the page loads. Inherited from ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments.
selectedElement Gets the currently selected element in the ASPxHtmlEditor. Inherited from ASPxClientHtmlEditorCommandArguments.
showPlayerControls Determines if the media player controls should be displayed. Inherited from ASPxClientHtmlEditorChangeHtml5MediaElementCommandArguments.
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