hi,
a couple of questions.
First,
I see that i can write a Java Connector class to integrate the editor with my own file systems (in a db), but is it possible in FCKeditor 2.x to write my own client file browser like is possible in CKeditor 3.x ? This would let me reuse my own file browser that i already wrote and send the file selected to the fckedtior and not have to a write java connector class.It seems possible in 3.x but iam not ready to update.
second,
for the image editor /picker in the editr , once an image is selected from my file system (in a db)..
the image src will contain something like "\foo\bar\etc\image.jpg".(my custom format?)
how do i intercept the request to this file from fckeditor so that i can retrieve the image from my storage . (i need to translate \foo\bar\etc\...")
thank you,
a couple of questions.
First,
I see that i can write a Java Connector class to integrate the editor with my own file systems (in a db), but is it possible in FCKeditor 2.x to write my own client file browser like is possible in CKeditor 3.x ? This would let me reuse my own file browser that i already wrote and send the file selected to the fckedtior and not have to a write java connector class.It seems possible in 3.x but iam not ready to update.
second,
for the image editor /picker in the editr , once an image is selected from my file system (in a db)..
the image src will contain something like "\foo\bar\etc\image.jpg".(my custom format?)
how do i intercept the request to this file from fckeditor so that i can retrieve the image from my storage . (i need to translate \foo\bar\etc\...")
thank you,