Hi,
I’ve used Dhtmlxeditor in my project. Sometimes when I tried to load the page, dhtmlxeditor is not loading properly. It return editor with 0px width & height. Actually we are using this editor in pop up. Below is the code:
setTimeout(function(){
Editor = new dhtmlXEditor({
parent: "text",
toolbar: true,
iconsPath: "library/dhtmlxSuite_v46_pro/codebase/imgs/"
});
}, 3000);
What is the problem?