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