Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GSEDITORTOOL options in gsconfig.php
#13
PHP Code:
// config.js or custom config
CKEDITOR.editorConfig = function( config )
{
// .......
    
config.format_tags='p;h1;h2;h3;h4;h5;h6;pre;div;small;blockquote';
    
config.format_blockquote= {
        
name'Blockquote',
        
element'blockquote'
    
}     
//.......


Does work but there is a bug
http://dev.ckeditor.com/ticket/8809

It does not work on selections, but on a blank line it will insert the tags.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
GSEDITORTOOL options in gsconfig.php - by leon - 2011-01-08, 02:24:35
RE: GSEDITORTOOL options in gsconfig.php - by shawn_a - 2013-07-24, 23:47:44
GSEDITORTOOL options in gsconfig.php - by Vulch - 2011-01-08, 03:25:49
GSEDITORTOOL options in gsconfig.php - by leon - 2011-01-08, 05:44:10
GSEDITORTOOL options in gsconfig.php - by leon - 2011-01-08, 06:06:54
GSEDITORTOOL options in gsconfig.php - by Vulch - 2011-01-08, 06:18:33
GSEDITORTOOL options in gsconfig.php - by leon - 2011-01-08, 07:33:42



Users browsing this thread: 1 Guest(s)