Egorka
6 years ago
14 changed files with 272 additions and 13 deletions
@ -0,0 +1,54 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
return [ |
||||||
|
/*'codemirror', |
||||||
|
'codesnippet', |
||||||
|
'videodetector', |
||||||
|
'clipboard', |
||||||
|
'panelbutton', |
||||||
|
'floatpanel', |
||||||
|
'quicktable', |
||||||
|
'specialchar', |
||||||
|
'copyformatting', |
||||||
|
'colordialog', |
||||||
|
'templates', |
||||||
|
'menu', |
||||||
|
'contextmenu', |
||||||
|
'tabletools', |
||||||
|
'spoiler', |
||||||
|
'showblocks', |
||||||
|
'pagebreak', |
||||||
|
'fakeobjects', |
||||||
|
'liststyle', |
||||||
|
'iframe', |
||||||
|
'forms', |
||||||
|
//'footnotes', |
||||||
|
'flash', |
||||||
|
'find', |
||||||
|
'richcombo', |
||||||
|
'font', |
||||||
|
'entities', |
||||||
|
'preview', |
||||||
|
'button', |
||||||
|
'menubutton', |
||||||
|
'language', |
||||||
|
'indent', |
||||||
|
'print', |
||||||
|
'tableresize', |
||||||
|
'justify', |
||||||
|
'notification', |
||||||
|
'allowsave', |
||||||
|
'newpage', |
||||||
|
'a11yhelp', |
||||||
|
'blockquote', |
||||||
|
'resize', |
||||||
|
'elementspath', |
||||||
|
'htmlwriter', |
||||||
|
'bidi',*/ |
||||||
|
'colorbutton', |
||||||
|
//'div', |
||||||
|
//'wordcount', |
||||||
|
//'selectall' |
||||||
|
//'autosave' |
||||||
|
//'bbcode' |
||||||
|
]; |
@ -0,0 +1,4 @@ |
|||||||
|
<?php |
||||||
|
return [ |
||||||
|
[ 'name' => 'basicstyles', 'items' => [ 'Bold', 'Italic', 'Underline', 'Strike', '-', 'TextColor', 'BGColor' ] ], |
||||||
|
]; |
@ -0,0 +1,54 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
return [ |
||||||
|
'codemirror', |
||||||
|
'codesnippet', |
||||||
|
'videodetector', |
||||||
|
'clipboard', |
||||||
|
'panelbutton', |
||||||
|
'floatpanel', |
||||||
|
'quicktable', |
||||||
|
'specialchar', |
||||||
|
'copyformatting', |
||||||
|
'colordialog', |
||||||
|
'templates', |
||||||
|
'menu', |
||||||
|
'contextmenu', |
||||||
|
'tabletools', |
||||||
|
'spoiler', |
||||||
|
'showblocks', |
||||||
|
'pagebreak', |
||||||
|
'fakeobjects', |
||||||
|
'liststyle', |
||||||
|
'iframe', |
||||||
|
'forms', |
||||||
|
//'footnotes', |
||||||
|
'flash', |
||||||
|
'find', |
||||||
|
'richcombo', |
||||||
|
'font', |
||||||
|
'entities', |
||||||
|
'preview', |
||||||
|
'button', |
||||||
|
'menubutton', |
||||||
|
'language', |
||||||
|
'indent', |
||||||
|
'print', |
||||||
|
'tableresize', |
||||||
|
'justify', |
||||||
|
'notification', |
||||||
|
'allowsave', |
||||||
|
'newpage', |
||||||
|
'a11yhelp', |
||||||
|
'blockquote', |
||||||
|
'resize', |
||||||
|
'elementspath', |
||||||
|
'htmlwriter', |
||||||
|
'bidi', |
||||||
|
'colorbutton', |
||||||
|
'div', |
||||||
|
//'wordcount', |
||||||
|
'selectall' |
||||||
|
//'autosave' |
||||||
|
//'bbcode' |
||||||
|
]; |
@ -0,0 +1,17 @@ |
|||||||
|
<?php |
||||||
|
return [ |
||||||
|
[ 'name' => 'document', 'items' => [ 'Source', '-', 'searchCode', 'autoFormat', 'CommentSelectedRange', 'UncommentSelectedRange', 'AutoComplete', '-', 'Save', 'NewPage', 'Preview', 'Print', '-', 'Templates' ] ], |
||||||
|
[ 'name' => 'clipboard', 'items' => [ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ] ], |
||||||
|
[ 'name' => 'editing', 'items' => [ 'Find', 'Replace', '-', 'SelectAll', '-', 'Scayt' ] ], |
||||||
|
[ 'name' => 'forms', 'items' => [ 'Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField' ] ], |
||||||
|
'/', |
||||||
|
[ 'name' => 'basicstyles', 'items' => [ 'Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'CopyFormatting', 'RemoveFormat' ] ], |
||||||
|
[ 'name' => 'paragraph', 'items' => [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-', 'BidiLtr', 'BidiRtl', 'Language' ] ], |
||||||
|
[ 'name' => 'links', 'items' => [ 'Link', 'Unlink', 'Anchor' ] ], |
||||||
|
[ 'name' => 'insert', 'items' => [ 'CodeSnippet', 'Image', 'VideoDetector', 'Flash', 'Table', 'HorizontalRule', 'Smiley', 'SpecialChar', 'PageBreak', 'Iframe', 'Footnotes', 'Spoiler' ] ], |
||||||
|
'/', |
||||||
|
[ 'name' => 'styles', 'items' => [ 'Styles', 'Format', 'Font', 'FontSize' ] ], |
||||||
|
[ 'name' => 'colors', 'items' => [ 'TextColor', 'BGColor' ] ], |
||||||
|
[ 'name' => 'tools', 'items' => [ 'Maximize', 'ShowBlocks' ] ], |
||||||
|
[ 'name' => 'about', 'items' => [ 'About' ] ] |
||||||
|
]; |
@ -0,0 +1,54 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
return [ |
||||||
|
'codemirror', |
||||||
|
'codesnippet', |
||||||
|
'videodetector', |
||||||
|
'clipboard', |
||||||
|
'panelbutton', |
||||||
|
'floatpanel', |
||||||
|
'quicktable', |
||||||
|
'specialchar', |
||||||
|
'copyformatting', |
||||||
|
'colordialog', |
||||||
|
'templates', |
||||||
|
'menu', |
||||||
|
'contextmenu', |
||||||
|
'tabletools', |
||||||
|
'spoiler', |
||||||
|
'showblocks', |
||||||
|
'pagebreak', |
||||||
|
'fakeobjects', |
||||||
|
'liststyle', |
||||||
|
'iframe', |
||||||
|
//'forms', |
||||||
|
//'footnotes', |
||||||
|
'flash', |
||||||
|
'find', |
||||||
|
'richcombo', |
||||||
|
'font', |
||||||
|
'entities', |
||||||
|
'preview', |
||||||
|
'button', |
||||||
|
'menubutton', |
||||||
|
//'language', |
||||||
|
'indent', |
||||||
|
'print', |
||||||
|
'tableresize', |
||||||
|
'justify', |
||||||
|
'notification', |
||||||
|
//'allowsave', |
||||||
|
//'newpage', |
||||||
|
'a11yhelp', |
||||||
|
'blockquote', |
||||||
|
'resize', |
||||||
|
'elementspath', |
||||||
|
'htmlwriter', |
||||||
|
'bidi', |
||||||
|
'colorbutton', |
||||||
|
'div', |
||||||
|
//'wordcount', |
||||||
|
'selectall' |
||||||
|
//'autosave' |
||||||
|
//'bbcode' |
||||||
|
]; |
@ -0,0 +1,17 @@ |
|||||||
|
<?php |
||||||
|
return [ |
||||||
|
[ 'name' => 'document', 'items' => [ 'Source', '-', 'searchCode', 'autoFormat', 'CommentSelectedRange', 'UncommentSelectedRange', 'AutoComplete', '-', 'Save', 'NewPage', 'Preview', 'Print', '-', 'Templates' ] ], |
||||||
|
[ 'name' => 'clipboard', 'items' => [ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ] ], |
||||||
|
[ 'name' => 'editing', 'items' => [ 'Find', 'Replace', '-', 'SelectAll', '-', 'Scayt' ] ], |
||||||
|
[ 'name' => 'forms', 'items' => [ 'Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField' ] ], |
||||||
|
'/', |
||||||
|
[ 'name' => 'basicstyles', 'items' => [ 'Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'CopyFormatting', 'RemoveFormat' ] ], |
||||||
|
[ 'name' => 'paragraph', 'items' => [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-', 'BidiLtr', 'BidiRtl', 'Language' ] ], |
||||||
|
[ 'name' => 'links', 'items' => [ 'Link', 'Unlink', 'Anchor' ] ], |
||||||
|
[ 'name' => 'insert', 'items' => [ 'CodeSnippet', 'Image', 'VideoDetector', 'Flash', 'Table', 'HorizontalRule', 'Smiley', 'SpecialChar', 'PageBreak', 'Iframe', 'Footnotes', 'Spoiler' ] ], |
||||||
|
'/', |
||||||
|
[ 'name' => 'styles', 'items' => [ 'Styles', 'Format', 'Font', 'FontSize' ] ], |
||||||
|
[ 'name' => 'colors', 'items' => [ 'TextColor', 'BGColor' ] ], |
||||||
|
[ 'name' => 'tools', 'items' => [ 'Maximize', 'ShowBlocks' ] ], |
||||||
|
[ 'name' => 'about', 'items' => [ 'About' ] ] |
||||||
|
]; |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 72 KiB |
Loading…
Reference in new issue