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