Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by komalam on Aug 19, 2009 04:05
open dhtmlx forum
dhtml editor

I have used the dhtml editor and its working properly in my system with IE6,IE7 and above. But when i tested in several machines
i found one problem in IE6 version with dhtml editor, the editor is not loading .Only the textarea will display that we have setted for editor.

function editorLoad(){
alert("entered editor");
editor = new dhtmlXEditor("editorObj","standard");
editor.setIconsPath("<%=appPath%>/dhtmlxSuite_2_0/dhtmlxEditor/codebase/imgs/");
    editor.init();
}
<body onLoad="editorLoad()">

it will enter to this editorLoad method , but after creating the editorobject when i gave the alert message its not entering.
Please advise me an solution for this.

Thanks    
Answer posted by Alex (support) on Aug 19, 2009 04:45

Hello,

we have also tested editor on several machines - the issue doesn't occur in IE6 with the provided code.