The forum operates in read-only mode. Please head to StackOverflow for support.
Piotrek (Reinmar) Koszuliński CKEditor JavaScript Developer -- CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
Where have you found link to old v3's API docs? Maybe we forgot to update something.
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
Re: v4 Beta: Dragging inline editor toolbar
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: v4 Beta: Dragging inline editor toolbar
http://nightly-v4.ckeditor.com/3429/samples/api.html
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