Changes between Initial Version and Version 2 of Ticket #3521


Ignore:
Timestamp:
May 14, 2009, 9:12:05 PM (15 years ago)
Author:
Alfonso Martínez de Lizarrondo
Comment:

The javascript integration already takes care of calling encodeURIComponent to encode the parameters to the connector, so this is only an issue with the java integration that isn't providing a system to help this situation.

FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ) ;

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3521

    • Property Keywords connector parameters removed
    • Property Milestone changed from FCKeditor 2.6.5 to
  • Ticket #3521 – Description

    initial v2  
    1 A nice to have would be an easy way to pass parameters to the connector URL, without having to worry with connector link and parameters enconding!
     1A nice to have would be an easy way to pass parameters to the connector URL, without having to worry with connector link and parameters encoding!
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy