(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...) |
|||
| Line 1: | Line 1: | ||
| − | + | 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 = FCKConfig.BasePath | <pre>FCKConfig.FlashBrowserURL = FCKConfig.BasePath | ||
| − | + 'filemanager/browser/default/browser.html?Connector=../../connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension | + | + 'filemanager/browser/default/browser.html?Connector=../../connectors/' |
| − | </pre> | + | + _FileBrowserLanguage |
| − | or for any custom implementation: | + | + '/connector.' |
| − | <pre>FCKConfig.FlashBrowserURL = '/myfilebrowserpath/browser.php' | + | + _FileBrowserExtension ;</pre> |
| − | </pre> | + | |
| + | or for any custom implementation: | ||
| + | |||
| + | <pre>FCKConfig.FlashBrowserURL = '/myfilebrowserpath/browser.php' ;</pre> | ||
Latest revision as of 18:51, 26 November 2008
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' ;