What is the best way to go about setting defaults for image insert dialog ?
Should I look at theme style.css , or shoudl Ilook at editing ckeditor's config files ?

Thanks in advance.

Comments

mkesicki’s picture

The best idea is write use CKEditor api as described here:
http://docs.cksource.com/CKEditor_3.x/Howto/Default_Field_Values
Example of how to use this in drupal can be found here: #1691886: Automatically enable Lightbox2 for images added with CKEditor and CKFinder ?.
To find elements' id please, use this plugin: http://nightly.ckeditor.com/7590/_samples/devtools.html