hi guys, i'm really need help
i want to create dynamic ckditor window. so user can add new ckeditor by click
when i create new instance using
it' succesfully created the ckeditor window, but when i submit the form i cannot get the value.
then i try to get the value with
it work's. but how i get all ckeditor value dynamically if there's more than one ckeditor?
thank's before
i want to create dynamic ckditor window. so user can add new ckeditor by click
when i create new instance using
CKEDITOR.appendTo( 'area' );
it' succesfully created the ckeditor window, but when i submit the form i cannot get the value.
then i try to get the value with
CKEDITOR.instances.desc1.getData()
it work's. but how i get all ckeditor value dynamically if there's more than one ckeditor?
thank's before