How adapt Height of window of wysiwyg -edititor

QuestionsHow adapt Height of window of wysiwyg -edititor
Mario asked 9 years ago

Hi

does anybody know where to set the height of the wysiwyg-editor, maybe in CKEditor-file, but where?

Is there the same easy option comparable to window for textarea:
$col["editoptions"] = array("rows"=>4, "cols"=>20);

Thank you for help,
Mario

1 Answers
Abu Ghufran answered 9 years ago

Edit lib/inc/jqgrid_dist.php and change100px to your desired default height.

var editor = CKEDITOR.replace( el, {
on: {
change: function(){ jQuery(el).val(editor.getData()); }
},
height: '100px',
enterMode : CKEDITOR.ENTER_BR
});

Your Answer

9 + 13 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?