I've just installed ckeditor 4.1.0.
I now have inline editing working in a twin editor configuration (two panels side by side) in fact with toolbar for each instance customised "on the fly" using the javascript suggested in /samples/inlineall.html.
My requirement is for a fixed position toolbar.
How can I configure a single shared toolbar to be embedded in a fixed div position? <div id="sharedtoolbar />
i.e. common (but customisable "on the fly") toolbar used by each active ckeditor instance which is in focus?