ASPxClientHtmlEditorLinkDialog.GetLinkTypeRadioButtonList Method
In This Article
Provides access to the client radio button list object used to specify the link type in the Html Editor’s Link dialog.
#Declaration
TypeScript
GetLinkTypeRadioButtonList(): ASPxClientRadioButtonList
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#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