At times, a user may change the size of their browser window. We would like the ckEditor to dynamically change size when this happens. Is there a method of making this happen? We implement the editor using the Jquery adapter. Thanks!
Tue, 06/28/2011 - 23:26
#1

Re: resize height using jQuery
$('.cke_contents').css('height','600px');
i'm still looking for a way to capture the resizing of the window (manually done by the user), as i want to store it using html5's localStorage and reset it the next time the editor loads. wouldn't that be cool!