Is it possible to enable dragging of the inline editor's toolbar? Also is v4 specific API docs available yet? The v4 samples pages link to the v3 API docs.
Here are the API docs: http://nightly-v4.ckeditor.com/ckeditor_api/. You can find the link on nightly-v4 microsite. Where have you found link to old v3's API docs? Maybe we forgot to update something.
Regarding toolbar dragging - not possible yet. You can file feature ticket on dev.ckeditor.com :)
Re: v4 Beta: Dragging inline editor toolbar
Here are the API docs: http://nightly-v4.ckeditor.com/ckeditor_api/. You can find the link on nightly-v4 microsite. Where have you found link to old v3's API docs? Maybe we forgot to update something.
Regarding toolbar dragging - not possible yet. You can file feature ticket on dev.ckeditor.com :)
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: v4 Beta: Dragging inline editor toolbar
Ok, will do. Thanks!
http://nightly-v4.ckeditor.com/3429/samples/api.html
- The first link at the top of the page.
Re: v4 Beta: Dragging inline editor toolbar
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Did this ever become a feature
Hi,
This is something I am trying to do myself now using:
CKEDITOR.on( 'instanceReady', function( ev ) {
$(".cke").draggable();
});
But it seems to have a few quirks. This this feature ever get added?
Regards
C