ASPxClientHtmlEditorInsertLinkCommandArguments Properties
Contains settings related to the ASPxClientCommandConsts.INSERTLINK_COMMAND command parameter.| Name | Description |
|---|---|
| selectedElement | Gets the currently selected element in the ASPxHtmlEditor. Inherited from ASPxClientHtmlEditorCommandArguments. |
| styleSettings | Contains the style settings defining the appearance of the target link element. |
| target | Determines where to open the target link. |
| text | Specifiies the text of the target link. |
| title | Defines the title of the target link. |
| url | Specifies the url of the page the target link goes to. |
See Also