hello~i have a problem use dhtmlxWindows attachObject editor example(my dhtmxlsuite is v2.5 ),in ie8 it can dhtmxeditor can edit,but not editable in chrome(vserion 18),here are code:
<script src="codebase/dhtmlxcommon.js"></script>
<script src="codebase/dhtmlxwindows.js"></script>
<script src="codebase/dhtmlxcontainer.js"></script>
<link rel="stylesheet" type="text/css" href="codebase/skins/dhtmlxeditor_dhx_blue.css">
<script type="text/javascript" src="codebase/dhtmlxeditor.js" ></script>
<div id="editorObj" style="height:235PX;border: 1px solid blue;"></div>
<script>
var editor2 = new dhtmlXEditor('editorObj', 'dhx_blue');
editor2.setIconsPath("codebase/imgs/");
editor2.init();
</script>
appendObject button.
|
please give me some suggestion,thx
problem.zip (97 KB)