ASPxClientHtmlEditorLinkDialog.GetFileManager Method
In This Article
Provides access to the client object of the file manager used in the Link dialog’s “Select Document” popup window.
#Declaration
TypeScript
GetFileManager(): ASPxClientFileManager
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#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