mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
* API/CKEditor: allow more space for html-editable area (by setting smaller margin)
This commit is contained in:
parent
892910a76d
commit
77c15b226c
@ -559,6 +559,7 @@ class html
|
||||
window.CKEDITOR_BASEPATH="'.$GLOBALS['egw_info']['server']['webserver_url'].'/phpgwapi/js/ckeditor/";
|
||||
CKEDITOR.replace("'.$_name.'", '.egw_ckeditor_config::get_ckeditor_config($_mode,
|
||||
$pxheight, $expanded, $_start_path).');
|
||||
CKEDITOR.addCss("body { margin: 5px; }");
|
||||
CKEDITOR.instances["'.$_name.'"].on(
|
||||
"instanceReady",
|
||||
function (ev)
|
||||
|
Loading…
Reference in New Issue
Block a user