Ticket #576 (closed Bug: invalid)

Opened 3 years ago

Last modified 3 years ago

_FileBrowserLanguage -- custom configuration file override value not working

Reported by: davidmcl 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

Changed 3 years ago by davidmcl

forgot to mention...

Error Environment: ASP.NET 2.0, IE7.0

Changed 3 years ago by fredck

  • keywords override removed
  • resolution set to invalid
  • status changed from new to closed
  • component changed from File Browser to General

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.

Note: See TracTickets for help on using tickets.