(New page: == LinkBrowserURL == To replace the default link file browser with a custom one. Example: <pre> FCKConfig.ImageBrowserURL = '/myfilebrowserpath/browser.php' ; </pre>) |
|||
Line 1: | Line 1: | ||
== LinkBrowserURL == | == LinkBrowserURL == | ||
− | + | This option allow you to replace the default link file browser with a custom one. Example: | |
− | <pre> | + | <pre>FCKConfig.ImageBrowserURL = '/myfilebrowserpath/browser.php' ; |
− | FCKConfig.ImageBrowserURL = '/myfilebrowserpath/browser.php' ; | ||
</pre> | </pre> |
Revision as of 13:55, 22 January 2008
LinkBrowserURL
This option allow you to replace the default link file browser with a custom one. Example:
FCKConfig.ImageBrowserURL = '/myfilebrowserpath/browser.php' ;