Hi everyone!
I'd need to create two image plugin with two different custom File Browser, I try to put into the CKEditor config something like that:
filebrowserImageBrowseUrl: '/editor/connector01.php',
filebrowserImageWindowWidth: '640',
filebrowserImageWindowHeight: '480',
filebrowserImageBrowseUrl: '/editor/connector02.php',
filebrowserImageWindowWidth: '640',
filebrowserImageWindowHeight: '480',
but it doesn't work...
Any ideas? There's a way to do what I'd need?
Thanks in advance.