Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ben C on Mar 12, 2009 10:30
open dhtmlx forum
dhtmlxeditor width & scrollbar problem

I'm playing with the dhtmlxeditor and can't get it to render properly.The toolbar is wider than the editor window and in firefox, it shows an extra scrollbar. I'll attach a screenshot after posting this.
Answer posted by Ben C on Mar 12, 2009 10:41
Here's my editor generation code:

<script>
var myEditor;
function doF3Init(){
   myEditor = new dhtmlXEditor("myEditorObj");
   myEditor.setIconsPath("static/dhtmlx/imgs/");
   myEditor.init();
}
</script>

<div id="myEditorObj" style="width: 550px; height: 200px; border: #909090 1px solid;margin:10px 10px;"></div>




Any ideas?

Attachments (1)
Answer posted by Alex (support) on Mar 13, 2009 03:39
The issue isn't reproduced with the latest editor version. Please, see attached sample.
Attachments (1)
test.zip39.55 Kb