diff options
| author | Lester Caine <lester@lsces.co.uk> | 2009-11-24 23:57:24 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2009-11-24 23:57:24 +0000 |
| commit | 8630f2bc4d63b3320f5469d9532a1cba1dddb7a3 (patch) | |
| tree | f3c3122e110458a94aae544164b82fd67f1ae5e0 /ckconfig.bitweaver.js | |
| parent | e24cb83aa7f7685a4811e5c8d39541bae7b15cb2 (diff) | |
| download | ckeditor-8630f2bc4d63b3320f5469d9532a1cba1dddb7a3.tar.gz ckeditor-8630f2bc4d63b3320f5469d9532a1cba1dddb7a3.tar.bz2 ckeditor-8630f2bc4d63b3320f5469d9532a1cba1dddb7a3.zip | |
ckeditor 3.0.1 'raw' - needs reordering a little, but samples currently functional
Diffstat (limited to 'ckconfig.bitweaver.js')
| -rw-r--r-- | ckconfig.bitweaver.js | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/ckconfig.bitweaver.js b/ckconfig.bitweaver.js new file mode 100644 index 0000000..c654a95 --- /dev/null +++ b/ckconfig.bitweaver.js @@ -0,0 +1,80 @@ +/* Start of BITWEAVER toolbar sets */ + +CKConfig.ToolbarSets["Supported"] = [ + ['Source','-','Preview'], + ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], + ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], + '/', + ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], + ['OrderedList','UnorderedList','-','Outdent','Indent'], + ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], + ['Link','Unlink','Anchor'], + ['Table','Rule','Smiley','SpecialChar','PageBreak'], + '/', + ['Style','FontFormat','FontName','FontSize'], + ['TextColor','BGColor'], + ['FitWindow','-','About'] +]; + +CKConfig.ToolbarSets["Beginner"] = [ + ['Bold','Italic','Underline'], + ['OrderedList','UnorderedList'], + ['Link','Unlink','Anchor'], + ['Table','Rule','Smiley','SpecialChar','PageBreak'], + ['FitWindow','-','About'] +]; + +CKConfig.ToolbarSets["Intermediate"] = [ + ['Cut','Copy','Paste','PasteText','PasteWord'], + ['Undo','Redo','-','Find','Replace','-','SelectAll'], + '/', + ['Bold','Italic','Underline'], + ['OrderedList','UnorderedList','-','Outdent','Indent'], + ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], + ['Link','Unlink','Anchor'], + ['Table','Rule','Smiley','SpecialChar','PageBreak'], + '/', + ['TextColor','BGColor'], + ['FitWindow','-','About'] +]; + +CKConfig.ToolbarSets["Advanced"] = [ + ['Source','-','Preview'], + ['Cut','Copy','Paste','PasteText','PasteWord'], + ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], + '/', + ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], + ['OrderedList','UnorderedList','-','Outdent','Indent'], + ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], + ['Link','Unlink','Anchor'], + ['Table','Rule','Smiley','SpecialChar','PageBreak'], + '/', + ['Style','FontFormat','FontName','FontSize'], + ['TextColor','BGColor'], + ['FitWindow','-','About'] +]; + +FCKConfig.ToolbarSets["All"] = [ + ['Source','DocProps','-','Save','NewPage','Preview','-','Templates'], + ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], + ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], + ['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'], + '/', + ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], + ['OrderedList','UnorderedList','-','Outdent','Indent'], + ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], + ['Link','Unlink','Anchor'], + ['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'], + '/', + ['Style','FontFormat','FontName','FontSize'], + ['TextColor','BGColor'], + ['FitWindow','-','About'] +] ; + +// to add split plugin add this to array of tools in your selected ToolbarSet +// ['Split'] +// to add attachment plugin add this to array of tools in your selected ToolbarSet +// ['Attachment'] + +/* END of BITWEAVER toolbar sets */ + |
