#3761: Custom styles duplication
---------------------------+------------------------------------------------
 Reporter:  fredck         |       Owner:              
     Type:  Bug            |      Status:  new         
 Priority:  Normal         |   Milestone:  CKEditor 3.0
Component:  General        |     Version:              
 Keywords:  IBM Confirmed  |  
---------------------------+------------------------------------------------
 By adding the following code at the end of the stylescombo plugin, the
 editor is currently duplicating the styles in the combo:

 {{{
 CKEDITOR.config.stylesCombo_stylesSet = 'wikistyles';

 CKEDITOR.addStylesSet( 'wikistyles',
 [
       { name : 'Language: RTL', element : 'div', attributes : { 'dir' :
 'rtl' } },
       { name : 'Language: LTR', element : 'div', attributes : { 'dir' :
 'ltr' } }
 ]);
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3761>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to