hi to all,
I'm missing the documentation for the server side integration. Is there someone who is actually working on it? How is the state?
Regards
Thilo
I'm missing the documentation for the server side integration. Is there someone who is actually working on it? How is the state?
Regards
Thilo
Re: missing documentation for server side integration
The SSI for CKEditor 3 is fairly simple and it's described in http://docs.cksource.com/FCKeditor_3.x/ ... ecture/SSI
You can also look at the current PHP files, and the classic asp.
Re: missing documentation for server side integration
Thanks for your replay.
This docu isn't really insufficient! If you want to build a server side integration you have to know how the request and response xml looks like. Or is that exactly the same as in the FCKEditor?
Regards
Thilo
Re: missing documentation for server side integration
That document explains all the features of CKEditor 3. There is no file manager included, so no xml responses.
If you want to hook your file manager, then this is the page that you want: http://docs.cksource.com/CKEditor_3.x/D ... le_Browser
Re: missing documentation for server side integration
Ah, ok! I missed the fact, that no file manager is bundled with CKEditor.
Regards
Thilo