|
|
@ -58,6 +58,7 @@ class WikiTask extends Basic |
|
|
|
[api_get_setting('allow_spellcheck') == 'true' ? 'Scayt' : ''], |
|
|
|
[api_get_setting('allow_spellcheck') == 'true' ? 'Scayt' : ''], |
|
|
|
['Styles', 'Format', 'Font', 'FontSize'], |
|
|
|
['Styles', 'Format', 'Font', 'FontSize'], |
|
|
|
['PageBreak', 'ShowBlocks', 'Source'], |
|
|
|
['PageBreak', 'ShowBlocks', 'Source'], |
|
|
|
|
|
|
|
api_get_setting('enabled_wiris') == 'true' ? ['ckeditor_wiris_formulaEditor', 'ckeditor_wiris_CAS'] : [''], |
|
|
|
['Toolbarswitch'] |
|
|
|
['Toolbarswitch'] |
|
|
|
]; |
|
|
|
]; |
|
|
|
} |
|
|
|
} |
|
|
@ -75,6 +76,7 @@ class WikiTask extends Basic |
|
|
|
['Table'], |
|
|
|
['Table'], |
|
|
|
['Bold', 'Italic', 'Underline'], |
|
|
|
['Bold', 'Italic', 'Underline'], |
|
|
|
['JustifyLeft', 'JustifyCenter', '-', 'NumberedList', 'BulletedList', '-', 'TextColor', 'BGColor'], |
|
|
|
['JustifyLeft', 'JustifyCenter', '-', 'NumberedList', 'BulletedList', '-', 'TextColor', 'BGColor'], |
|
|
|
|
|
|
|
api_get_setting('enabled_wiris') == 'true' ? ['ckeditor_wiris_formulaEditor', 'ckeditor_wiris_CAS'] : [''], |
|
|
|
['Source'] |
|
|
|
['Source'] |
|
|
|
]; |
|
|
|
]; |
|
|
|
} |
|
|
|
} |
|
|
@ -92,6 +94,7 @@ class WikiTask extends Basic |
|
|
|
['BulletedList', 'NumberedList', 'HorizontalRule'], |
|
|
|
['BulletedList', 'NumberedList', 'HorizontalRule'], |
|
|
|
['JustifyLeft', 'JustifyCenter', 'JustifyBlock'], |
|
|
|
['JustifyLeft', 'JustifyCenter', 'JustifyBlock'], |
|
|
|
['Format', 'Font', 'FontSize', 'Bold', 'Italic', 'Underline', 'TextColor', 'BGColor'], |
|
|
|
['Format', 'Font', 'FontSize', 'Bold', 'Italic', 'Underline', 'TextColor', 'BGColor'], |
|
|
|
|
|
|
|
api_get_setting('enabled_wiris') == 'true' ? ['ckeditor_wiris_formulaEditor', 'ckeditor_wiris_CAS'] : [''], |
|
|
|
['Toolbarswitch'] |
|
|
|
['Toolbarswitch'] |
|
|
|
]; |
|
|
|
]; |
|
|
|
} |
|
|
|
} |
|
|
|