Categories | Question details Back To List | ||||||||
DHTMLXEditor Error I keep getting an error message in the dhtmlxeditor at this spot. this._td2.style.height = this.base.offsetHeight-this._tbH+"px" What would cause this error? I am init with var editor = new dhtmlXEditor("editorObj"); editor.setIconsPath("dhtmlx/imgs/"); editor.init(); and here is the div <div id="editorObj" style="width: 100%; height: 300px"></div> I also included all the js and css files. Answer posted by Alex (support) on Jul 21, 2009 08:16 Hello, we have attached the editor working sample. If the issue is still actual, please provide the sample to recreate the problem Attachments (1)
|