ASPxClientHtmlEditorPlaceholderDialog.GetPlaceholderNameListBox Method
Provides access to the ASPxListBox client object that lists placeholder names in the Html Editor’s Placeholder dialog.
Declaration
GetPlaceholderNameListBox(): ASPxClientListBox
Returns
Type | Description |
---|---|
ASPxClientListBox | A ASPxClientListBox object. |
Remarks
Use the GetPlaceholderNameListBox method to access the list box that lists placeholders names in the Html Editor’s Placeholder Dialogs.
For more information about client APIs related to the Html Editor’s Placeholder dialog, refer to the Related Client API section in the Placeholder Dialogs topic.
Online Demo: Html Editor - Dialog Customization
See Also