Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Move the CKEditor inline toolbar

I'm using CKEditor 4 inline. Is it possible to change the toolbar location e.g. 50px over the editor div?

Thank you!

like image 752
mamgoo Avatar asked Apr 29 '13 16:04

mamgoo


1 Answers

If you want to keep this "floating toolbar" behaviour, then you can move it around using these settings.

But if you want to keep toolbar in one place, then check this plugin: http://ckeditor.com/addon/sharedspace

There's a sample, but you need to build a CKEditor package with this plugin and then you'll be able to check it.

like image 135
Reinmar Avatar answered Sep 21 '22 13:09

Reinmar