Hello,
How do I change the size of the wysiwyg -etitor after doubleclicking in a column?
Are there more options than
$col["editoptions"] = array("rows"=>222, "cols"=>222);
Thank you,
Mario
1 Answers
There are many options in ckeditor.
You can customize by editing config.js of CK editor. (libjsckeditorconfig.js)
CK editor docs: http://docs.ckeditor.com/#!/guide/dev_toolbar
Your Answer