Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 3.137.162.107
<?php
require('ckeditor.php');
$toolbars['minimal'] = array(
array('Source', '-', 'Bold', 'Italic', 'Underline', 'RemoveFormat'),
);
$toolbars['basic'] = array(
array('Source', '-', 'PasteFromWord', '-', 'Bold', 'Italic', 'Underline', '-', 'Link', 'Unlink', '-', 'SpecialChar', 'TextColor', 'BGColor', 'RemoveFormat'),
);
$toolbars['full'] = array(
array('Source', '-', 'Preview', '-', 'Templates'),
array('Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', 'PageBreak'),
array('Undo', 'Redo', '-', 'Find', 'Replace', '-', 'RemoveFormat'),
array('Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript'),
array('NumberedList', 'BulletedList'),
array('JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'),
array('Link', 'Unlink', 'Anchor'),
array('Image', 'Table', 'HorizontalRule', 'SpecialChar'),
array('TextColor', 'BGColor'),
array('Maximize', 'ShowBlocks'),
array('Collapse','Tabz'),
array('Styles', 'Format', 'FontSize'),
);
$ckeditor = new CKEditor();
$ckeditor->config['toolbar'] = $toolbars['basic'];
|