1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| FCKConfig.ToolbarSets["BarreApp"] = [
['Source','DocProps','-','Preview','FitWindow','-','Templates'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
'/',
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['TextColor','BGColor'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
['Image','Flash','Table','Rule','PageBreak','Smiley','SpecialChar','UniversalKey'],
'/',
['Style','FontFormat','FontName','FontSize'],
['About']
] ; |
Partager