(2 intermediate revisions by the same user not shown) | |||
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> |
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' ;