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

2 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
});

pierre mata answered 2 months ago

Hello Abu,   there\’s  a way for change in the wysiwyg editor , change the types of text , personalize the sizes and in the buttonbar, change the types of text??? thanks a lot

Abu Ghufran Staff replied 2 months ago

Are you using CKeditor, if yes then please tell the version.
By types of text, do you mean fonts, font sizes?

Your Answer

7 + 11 =

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?