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
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
});
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
Are you using CKeditor, if yes then please tell the version.
By types of text, do you mean fonts, font sizes?