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

ASPxClientHtmlEditorVideoDialog.GetPosterTextBox Method

Provides access to the client object of the “Poster URL” text box in the Html Editor’s Video dialog.

Declaration

GetPosterTextBox(): ASPxClientTextBox

Returns

Type Description
ASPxClientTextBox

A ASPxClientTextBox object.

Remarks

Use the GetPosterTextBox method to access the “Poster URL” text box in the Html Editor’s Video Dialogs.

For more information about client APIs related to the Html Editor’s Video dialog, refer to the Related Client API section in the Video Dialogs topic.

Online Demo: Html Editor - Dialog Customization

See Also