I have successfully got a custom image browser working using url in a custom config file.
oFCKeditor.Config["CustomConfigurationsPath"] = "/MyFCKCustomConfig.js" ;
which contains...
But what I would really like is for a javascript call rather than open a new tab/window with the image selector.
Is there a method of calling a function rather than the url?
I have written the function ... ShowMyImageSelector(){....} and that works. Now I just need to be able facilitate a call to it in the config file.
(edit 8/10/2009)
TIA.
paul
oFCKeditor.Config["CustomConfigurationsPath"] = "/MyFCKCustomConfig.js" ;
which contains...
FCKConfig.ImageBrowserURL = '/FileBrowserTest.html';
But what I would really like is for a javascript call rather than open a new tab/window with the image selector.
Is there a method of calling a function rather than the url?
I have written the function ... ShowMyImageSelector(){....} and that works. Now I just need to be able facilitate a call to it in the config file.
(edit 8/10/2009)
TIA.
paul