ASPxClientHtmlEditorChangeAudioCommandArguments Members
Contains settings related to the ASPxClientCommandConsts.CHANGEAUDIO_COMMAND command parameter.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. |
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