ASPxClientHtmlEditorChangeImageCommandArguments Members
Contains settings related to the ASPxClientCommandConsts.CHANGEIMAGE_COMMAND command parameter.Constructors
Name | Description |
---|---|
constructor(htmlEditor, selectedElement) | Initializes a new instance of the ASPxClientHtmlEditorChangeImageCommandArguments class. |
Properties
Name | Description |
---|---|
align | Determines the position of the target image. Inherited from ASPxClientHtmlEditorInsertImageCommandArguments. |
alt | Creates an alternate text for the target image. Inherited from ASPxClientHtmlEditorInsertImageCommandArguments. |
selectedElement | Gets the currently selected element in the ASPxHtmlEditor. Inherited from ASPxClientHtmlEditorCommandArguments. |
src | Specifies the source of the target image. Inherited from ASPxClientHtmlEditorInsertImageCommandArguments. |
styleSettings | Contains the style settings specifying the appearance of the target image. Inherited from ASPxClientHtmlEditorInsertImageCommandArguments. |
useFloat | Determines if the target image is wrapped with text. Inherited from ASPxClientHtmlEditorInsertImageCommandArguments. |
See Also