mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 03:54:29 +01:00
fix some buttons and update the rest of the htmlarea tree
This commit is contained in:
parent
78abc16071
commit
c646b67eca
@ -163,12 +163,17 @@
|
||||
$GLOBALS['phpgw_info']['flags']['java_script_thirst'] .=
|
||||
'<style type="text/css">@import url(/egroupware/phpgwapi/js/htmlarea/htmlarea.css);</style>
|
||||
<script type="text/javascript">
|
||||
var _editor_url = "'."$this->phpgwapi_js_url/htmlarea/".'";
|
||||
_editor_url = "'."$this->phpgwapi_js_url/htmlarea/".'";
|
||||
// var htmlareaConfig = new HTMLArea.Config();
|
||||
// htmlareaConfig.editorURL = '."'$this->phpgwapi_js_url/htmlarea/';
|
||||
</script>\n";
|
||||
|
||||
$GLOBALS['phpgw_info']['flags']['java_script'] .=
|
||||
'<script type="text/javascript">
|
||||
var htmlareaConfig = new HTMLArea.Config();
|
||||
htmlareaConfig.editorURL = '."'$this->phpgwapi_js_url/htmlarea/';
|
||||
</script>\n";
|
||||
|
||||
}
|
||||
}
|
||||
// echo $GLOBALS['phpgw_info']['flags']['java_script'];
|
||||
// die('test');
|
||||
$id = str_replace(array('[',']'),array('_',''),$name); // no brakets in the id allowed by js
|
||||
|
Loading…
Reference in New Issue
Block a user