2amigos / yii2-ckeditor-widget

CKEditor WYSIWYG widget for Yii2.
https://2amigos.us/open-source/ckeditor-widget
Other
172 stars 111 forks source link

Changing the height of the editbox #101

Closed logofakt closed 7 years ago

logofakt commented 7 years ago

If I change the value of

 'options' => ['rows' => 6]

to another value the height of the editbox remains the same.

tonydspaniard commented 7 years ago

You need to do it via clientOptions (http://docs.ckeditor.com/#!/guide/dev_size)