Skip to main content
A newer version of this page is available. .

ASPxClientHtmlEditorInsertLinkCommandArguments Members

Contains settings related to the ASPxClientCommandConsts.INSERTLINK_COMMAND command parameter.

Constructors

Name Description
constructor(htmlEditor, selectedElement) Initializes a new instance of the ASPxClientHtmlEditorInsertLinkCommandArguments class.

Properties

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