ASPxClientHtmlEditorLinkDialog.GetFileManager Method
Provides access to the client object of the file manager used in the Link dialog’s “Select Document” popup window.
Declaration
GetFileManager(): ASPxClientFileManager
Returns
Type | Description |
---|---|
ASPxClientFileManager | A ASPxClientFileManager object. |
Remarks
Use the GetFileManager method to access the client object of the file manager used in the Link Dialogs‘s “Select Document” popup window.
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