initial import
[roojs1] / examples / form / fckconfig.js
1 //<script type="text/javascript">
2
3 FCKConfig.ToolbarSets["Roo"] = [
4         ['Source', 'Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck' ,
5         'Undo','Redo','-','Find','Replace','-','SelectAll', 'TextColor','BGColor'],
6     ['Link','Unlink'],
7         '/',
8         ['Bold','Italic','Underline','StrikeThrough'],
9         ['OrderedList','UnorderedList','-','Outdent','Indent'],
10         ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
11         
12          
13         ['FontFormat','FontName','FontSize']
14         
15 ] ;