(New page: == FlashBrowserURL == Defines the URL to load when clicking the "Browse Server" button in the flash dialog. It can point to the default File Browser: <pre>FCKConfig.FlashBrowserURL = FCKC...) |
(No difference)
|
Revision as of 10:14, 23 January 2008
FlashBrowserURL
Defines the URL to load when clicking the "Browse Server" button in the flash dialog. It can point to the default File Browser:
FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=../../connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ;
or for any custom implementation:
FCKConfig.FlashBrowserURL = '/myfilebrowserpath/browser.php' ;