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
echo show_wysiwyg_editor('content'.$section_id,'content'.$section_id,$content,'100%','258', false);
But I switch the Wysiwyg editor off (to none) in Options.There should be annother mini Editor instead.
<?phpecho $admin->getFTAN()."\n";show_wysiwyg_editor('content'.$section_id,'content'.$section_id,$content,'100%','350', false);?>
<?phpecho $admin->getFTAN()."\n";show_wysiwyg_editor('content'.$section_id,'content'.$section_id,$content,'100%','100px', false);?>