#3315: addIframe method is not available by default
----------------------+-----------------------------------------------------
  Reporter:  Senthil  |       Owner:              
      Type:  Bug      |      Status:  closed      
  Priority:  High     |   Milestone:  CKEditor 3.0
 Component:  General  |     Version:              
Resolution:  invalid  |    Keywords:  Oracle      
----------------------+-----------------------------------------------------
Changes (by fredck):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 That's nothing to be fixed in the editor in this sense. Everything depends
 on the way the editor is configured and integration in your system.

 Currently, you already have several options to make it work well in your
 case, avoiding your end users changing your internal settings:

  * Recommended method: set the necessary settings directly into the page,
 when creating the editor instance. If it's necessary to make changes on
 the setting (for plugins for example), the "configLoaded" event can be
 used.

  * Point the editor to an internal configuration file with the CustomCofig
 setting. This file would them point to the "external" configuration file,
 which can be edited by your customers, by using the CustomConfig setting
 again.

  * Edit the ckeditor.pack file, adding a custom javascript file to the end
 of the list, which contains your custom changes to CKEDITOR.config. Then,
 run CKPackager on the installation folder to generate the compressed files
 again.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3315#comment:1>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to