Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Customization of CKEditor
#1
In admin/edit.php, line 275-283, the settings for the admin CKeditor are set. i'd like to customize the editor settings, e.g. using Image, ...
Code:
if ($EDTOOL == 'advanced') {
    $toolbar = "
        ['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Table', 'TextColor', 'BGColor', 'Link', 'Unlink', 'RemoveFormat', 'Source'],
        '/',
        ['Styles','Format','Font','FontSize']
    ";
} else {
    $toolbar = "['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Link', 'Unlink', 'RemoveFormat', 'Source']";
}
Reply


Messages In This Thread
Customization of CKEditor - by yxcvbnm - 2010-03-04, 23:18:13
Customization of CKEditor - by yxcvbnm - 2010-04-24, 03:13:28
Customization of CKEditor - by ccagle8 - 2010-04-24, 23:20:10
Customization of CKEditor - by yxcvbnm - 2010-04-25, 01:45:51
Customization of CKEditor - by Zegnåt - 2010-04-25, 07:35:34
Customization of CKEditor - by yxcvbnm - 2010-04-25, 07:39:47



Users browsing this thread: 2 Guest(s)