Opened 17 years ago
Closed 17 years ago
#576 closed Bug (invalid)
_FileBrowserLanguage -- custom configuration file override value not working
Reported by: | David | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.4.3 |
Keywords: | Cc: |
Description
_FileBrowserLanguage -- custom configuration file override value not working.
var _FileBrowserLanguage = 'asp' ; === is in fckconfig.js
var _FileBrowserLanguage = 'aspx' ; === is in fckcustom.js
Still tries to execute original configuration file value, 'asp'
-- all other config override file values are working properly (_QuickUploadLanguage, toolbars, etc.)
Work-around: simply put the 'aspx' value into the original config file and it works fine.
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Component: | File Browser → General |
---|---|
Keywords: | override removed |
Resolution: | → invalid |
Status: | new → closed |
There is no way to use that variable in a custom config file. Check out the comments right above those var declarations in fckconfig.js:
// The following value defines which File Browser connector and Quick Upload // "uploader" to use. It is valid for the default implementaion and it is here // just to make this configuration file cleaner. // It is not possible to change this value using an external file or even // inline when creating the editor instance. In that cases you must set the // values of LinkBrowserURL, ImageBrowserURL and so on. // Custom implementations should just ignore it.
We'll be working on this for version 3.0.
forgot to mention...
Error Environment: ASP.NET 2.0, IE7.0