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();
}
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
Hello,
we have also tested editor on several machines - the issue doesn’t occur in IE6 with the provided code.