2010-07-20, 17:09:04
i can add option on CKEdit because some option i use it (sory i can write English it bad )
i Edit file /admin/edit.php
i Edit file /admin/edit.php
Code:
if ($EDTOOL == 'advanced') {
$toolbar = "
['Cut','Copy','Paste','PasteFromWord','Bold',' 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Table', 'TextColor', 'BGColor', 'Link', 'Unlink', 'Image', 'RemoveFormat', 'Source','Flash'], '/',
['Styles','Format','Font','FontSize']
";
} elseif ($EDTOOL == 'basic') {
$toolbar = "['Font','FontSize','Styles','TextColor','Table','Cut','Copy','Paste','PasteFromWord','Flash'],['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Link', 'Unlink', 'Image', 'RemoveFormat', 'Source']";
} else {
$toolbar = GSEDITORTOOL;
}