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

ASPxClientHtmlEditorMediaDialogBase.GetMediaFileSelector Method

Provides access to the client object of the media file selector that allows you to insert/change media files in the Html Editor’s Audio/Video/Flash dialogs.

Declaration

GetMediaFileSelector(): ASPxClientMediaFileSelector

Returns

Type Description
ASPxClientMediaFileSelector

A ASPxClientMediaFileSelector object.

Remarks

Use the GetMediaFileSelector method to access the media file selector object in the Html Editor’s Audio/Video/Flash dialogs.

For more information about client APIs related to the Html Editor’s Audio/Video/Flash dialogs, refer to the Related Client API section in an appropriate topic listed in the Dialogs article.

Online Demo: Html Editor - Dialog Customization

See Also