fix some buttons and update the rest of the htmlarea tree

This commit is contained in:
Pim Snel 2004-01-29 21:50:00 +00:00
parent 78abc16071
commit c646b67eca

View File

@ -163,11 +163,16 @@
$GLOBALS['phpgw_info']['flags']['java_script_thirst'] .= $GLOBALS['phpgw_info']['flags']['java_script_thirst'] .=
'<style type="text/css">@import url(/egroupware/phpgwapi/js/htmlarea/htmlarea.css);</style> '<style type="text/css">@import url(/egroupware/phpgwapi/js/htmlarea/htmlarea.css);</style>
<script type="text/javascript"> <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(); var htmlareaConfig = new HTMLArea.Config();
htmlareaConfig.editorURL = '."'$this->phpgwapi_js_url/htmlarea/'; htmlareaConfig.editorURL = '."'$this->phpgwapi_js_url/htmlarea/';
</script>\n"; </script>\n";
} }
// echo $GLOBALS['phpgw_info']['flags']['java_script']; // echo $GLOBALS['phpgw_info']['flags']['java_script'];
// die('test'); // die('test');