Home » » fckeditor custom toolbar

fckeditor custom toolbar

Written By 1 on Monday, September 5, 2011 | 7:45 PM

1) Open file "fckconfig.js"

2) There will be list of ToolbarSets like below 'FCKConfig.ToolbarSets["Default"]'

3) Create New ToolbarSets like below
__________________________________________________
FCKConfig.ToolbarSets["MyCustomToolBar"] = [ 

    ['Source','DocProps','-','Save','NewPage','Preview','-','Templates']

            // No comma for the last row.

] ;

//you can add / remove the tags like 'bold', 'underline'
__________________________________________________

4) now you "MyCustomToolBar" instead of "Default"

0 Comment:

Post a Comment