Hi all,
I provide somes toolbars for user. One of them like toolbar "Basic", and the others ones like toolbar "Full".
That's a reason i want to switch toolbar. Here is my code :
I provide somes toolbars for user. One of them like toolbar "Basic", and the others ones like toolbar "Full".
That's a reason i want to switch toolbar. Here is my code :
CKEDITOR.replace( 'editor1',
{
toolbar : 'Basic',
});

Re: How can I switch toolbar in CKEDITOR?
Re: How can I switch toolbar in CKEDITOR?
Re: How can I switch toolbar in CKEDITOR?
CKEDITOR.replace( 'editor1', { toolbar : '<?php echo $user_toolbar; ?>', });or something like that