Line 1: | Line 1: | ||
== LinkBrowserURL == | == LinkBrowserURL == | ||
− | + | Defines the URL to load when clicking the "Browse Server" button in the link dialog. It can point to the default File Browser" | |
+ | <pre>FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=../../connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ; | ||
+ | </pre> | ||
+ | or for any custom implementation: | ||
<pre>FCKConfig.LinkBrowserURL = '/myfilebrowserpath/browser.php' ; | <pre>FCKConfig.LinkBrowserURL = '/myfilebrowserpath/browser.php' ; | ||
</pre> | </pre> |
Revision as of 10:10, 23 January 2008
LinkBrowserURL
Defines the URL to load when clicking the "Browse Server" button in the link dialog. It can point to the default File Browser"
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=../../connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ;
or for any custom implementation:
FCKConfig.LinkBrowserURL = '/myfilebrowserpath/browser.php' ;