ASPxClientHtmlEditorLinkDialog.GetLinkTypeRadioButtonList Method
Provides access to the client radio button list object used to specify the link type in the Html Editor’s Link dialog.
Declaration
GetLinkTypeRadioButtonList(): ASPxClientRadioButtonList
Returns
Type | Description |
---|---|
ASPxClientRadioButtonList | A ASPxClientRadioButtonList object. |
Remarks
Use the GetLinkTypeRadioButtonList method to access the radio button list object used to specify the link type in the Html Editor’s Link Dialogs.
For more information about client APIs related to the Html Editor’s Link dialog, refer to the Related Client API section in the Link Dialogs topic.
Online Demo: Html Editor - Dialog Customization
See Also