Hello!
Does anyone know how to dynamically set the height of the new CKEditor?
I think with FCKEditor you could:
But that doesn't work anymore and I can't find a function like "setSize" or "setHeight"...
Thank you!
Ramon
Does anyone know how to dynamically set the height of the new CKEditor?
I think with FCKEditor you could:
var e = new FCKeditor('content'); ... e.Height = "96%"; e.Width = "98%"; ...
But that doesn't work anymore and I can't find a function like "setSize" or "setHeight"...
Thank you!
Ramon
Re: [CKE3.0b2] How to set height?
thanks
Re: [CKE3.0b2] How to set height?
<script type="text/javascript">
CKEDITOR.config.height = "550";
</script>