Rather than autogrow, I'd really love the ability to set the height to 100%, like I can for the width.
It seems that autogrow has the ability to grow until the max height is reached.
Rather than have autogrow go small and then expand as the data inside increases, is there any way to use its "max height" logic to have the editor just fill the 100% height, and if the window its in expands/shrinks have it resize to fit again?
The autogrow plugin seems to have this capability in some fashion, but would certainly prefer that the editor just occupy all the space given to it.
It seems that autogrow has the ability to grow until the max height is reached.
Rather than have autogrow go small and then expand as the data inside increases, is there any way to use its "max height" logic to have the editor just fill the 100% height, and if the window its in expands/shrinks have it resize to fit again?
The autogrow plugin seems to have this capability in some fashion, but would certainly prefer that the editor just occupy all the space given to it.
Re: autogrow scheme for 100% height?
The only way I managed to get 100% height is with CSS by adressing the (insanely deep) HTML structure of the editor.
Please help.
.cke_skin_kama, .cke_browser_webkit, .cke_wrapper, .cke_editor, .cke_contents, .cke_contents iframe {
height:100% !important;
}
P.S: I'll borow this thread for further "size related" question. Can anyone please explain why I can make the editor (just the editor, without toolbars) as small as i want in IE, but not in other browsers? I'd like to have a window of just 50px*50px but I can't get it to work...
Re: autogrow scheme for 100% height?
Wish I could easily set the editor's height to include all of the toolbars, etc. and not just the editor window too since if the editor height is set to 300px, for example, I have to put it inside an area that's bigger than that (perhaps 400-410px) to account for the toolbars we show.