| | 11 | |
| | 12 | config.toolbar_Full = |
| | 13 | [ |
| | 14 | ['Styles','Format','Font','FontSize'], |
| | 15 | ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'], |
| | 16 | ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], |
| | 17 | ['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'], |
| | 18 | '/', |
| | 19 | ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], |
| | 20 | ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'], |
| | 21 | ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], |
| | 22 | ['Link','Unlink','Anchor'], |
| | 23 | ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'], |
| | 24 | '/', |
| | 25 | ['TextColor','BGColor'], |
| | 26 | ['Maximize', 'ShowBlocks','-','About'] |
| | 27 | ]; |
| | 28 | |