Active
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2012 at 20:24 UTC
Updated:
8 Aug 2012 at 07:54 UTC
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
Comment #1
mkesicki commentedThe 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