Hi all
Please guide me how to change configuration settings like ImageBrowseUrl at runtime?
Is it possible to change at runtime? If yes guide me . If no means what is the work around method to achieve the same.
Thanks in advance
Rams K
Please guide me how to change configuration settings like ImageBrowseUrl at runtime?
Is it possible to change at runtime? If yes guide me . If no means what is the work around method to achieve the same.
Thanks in advance
Rams K
Re: How to change the configuration settings at runtime?
Re: How to change the configuration settings at runtime?
My problem is
I have assigned value for ImageBrowserURL in the fckconfig.js file.
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension +'before') ;
But i want to change the value after editor has loaded.
oEditor.Config.ImageBrowserURL = "Some Value";
But it is not taking the new value . it is taking value from fckconfig.js file.
Thank You
Rams K