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 | + | 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 | <pre>FCKConfig.LinkBrowserURL = FCKConfig.BasePath | ||
+ 'filemanager/browser/default/browser.html?Connector=../../connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ; | + 'filemanager/browser/default/browser.html?Connector=../../connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ; |
Latest revision as of 10:15, 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' ;