Hi,
can someone make me an offer for programming a solution for my problem:
I use ckeditor 3 in the css-version over several textareas in one page.
(between 2 an 10 instances in one page)
I use a config.js, in which I made some changes of the theme and the visible Iconbar.
I need:
If the user exits one editor-instance to another instance, oder onother input-field, the editor should call in js-function,
for instance save(editor1):
editor1 is the id of the textarea.
I think it must bei the onBlur event, I found some threads, but I don't understand them.
This construction has to save the contents of the editor field on every leaving the editor.
thanks a lot,
Rudi
can someone make me an offer for programming a solution for my problem:
I use ckeditor 3 in the css-version over several textareas in one page.
(between 2 an 10 instances in one page)
I use a config.js, in which I made some changes of the theme and the visible Iconbar.
I need:
If the user exits one editor-instance to another instance, oder onother input-field, the editor should call in js-function,
for instance save(editor1):
editor1 is the id of the textarea.
I think it must bei the onBlur event, I found some threads, but I don't understand them.
This construction has to save the contents of the editor field on every leaving the editor.
thanks a lot,
Rudi