mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
fix some buttons and update the rest of the htmlarea tree
This commit is contained in:
parent
78abc16071
commit
c646b67eca
@ -163,11 +163,16 @@
|
||||
$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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user