I have the same question.
surely we can define a custom bbcode and that what I did for flash. but I need to know where to write my javascript function that insert the formatted bbcode to the editor ( i.e. function that ask for the url, width and height then insert the flash tag into the editor textarea.
I found that the custom bbcode are added to the editor via the ckeditor config. and there is a hook "editor_custom_toolbar_loop" we can use it to write specific action when the custom button pressed. but how to do that ?
|