WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
// The standard height and width of CKEditor in pixels. config.height = '600'; config.width = '100%';
Any suggestions? I think the standard height of CKEditor is way too small, that's why I want to change it..
$height = '400px';
$ckeditor->config['height'] = $height;$ckeditor->config['width'] = $width;
if (isset($database) && $ckeditor->wysiwyg_admin_exists ) {
$ckeditor->looking_for_wysiwyg_admin( $database );