Hello again,
Will the autogrow plugin be available for CKEditor 3? Or is there any other/new way to have the editor area autosize to fit the content without need for scroll bars?
Thanks,
Mike
Will the autogrow plugin be available for CKEditor 3? Or is there any other/new way to have the editor area autosize to fit the content without need for scroll bars?
Thanks,
Mike
Re: AutoGrow in CKEditor 3?
In any case, the auto grow logic should be quite similar, so a 3.0 plugin should not be that hard to be coded.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: AutoGrow in CKEditor 3?
Re: AutoGrow in CKEditor 3?
Re: AutoGrow in CKEditor 3?
If the page is long, and you're at the bottom of your text, the toolbar buttons are off the screen?
Unless do the buttons stay on screen somehow?
Re: AutoGrow in CKEditor 3?
Re: AutoGrow in CKEditor 3?
Add 5$ to my account
. i can help with autogrow of editor.
Re: AutoGrow in CKEditor 3?
Me and joydark implemented it.
Here is the demo: http://rmcreative.ru/playground/ckeditor_autogrow/
Here is the plugin: http://rmcreative.ru/playground/ckedito ... utogrow.js
Re: AutoGrow in CKEditor 3?
Is it possible to have AutoGrow work with multiple instances of CKEditor on the same page?
Re: AutoGrow in CKEditor 3?
Re: AutoGrow in CKEditor 3?
In all, I'd like to use CKEditor 3 in a way that more resembles a normal word editor (OpenOffice) in the following regards:
* toolbar always visible
The overall goal is to make a wiki more easy to edit. So after a user double-clicks any part of the wiki content, CKEditor appears and selects the content that was selected in the normal markup/div, and scrolls that into view. If I could only get the CKEditor to start with the text selected, I guess using the maximize plugin would work fine. (The browser scrollbar would be replaced by the CKEditor iframe's scrollbar, but I guess the user wouldn't mind.)
If readonly worked differently I'd use that, but currently there's no easy way (that I've found) to open links in the top/parent frame. The user can browse the wiki inside the CKEditor, but the URL in the browser isn't updated which kind of defeats the purpose of "navigating a wiki".
Re: AutoGrow in CKEditor 3?
Re: AutoGrow in CKEditor 3?
I found a working solution here:

viewtopic.php?f=11&t=15408&hilit=autogrow
I used the code from the latest post. It resizes both instances of the editor on one page, and with a shared toolbar.
Yipee