Hi all,
I understand that you can set the size of the editor before it replaces a div like so:
But is there anyway to change the size after the editor has been loaded? The reason I ask is I would like to resize the editor based on how large the browser is. If the user resizes the browser I can setup a javascript listener and resize accordingly. Unless there is a better way to do this? Any thoughts? Thanks!
I understand that you can set the size of the editor before it replaces a div like so:
editor = CKEDITOR.replace( div, {height:"900"} );
But is there anyway to change the size after the editor has been loaded? The reason I ask is I would like to resize the editor based on how large the browser is. If the user resizes the browser I can setup a javascript listener and resize accordingly. Unless there is a better way to do this? Any thoughts? Thanks!