dhtmlxWindow and dhtmlxEditor

Hi all,



I’ve got some problems using dhtmlxWindow and dhtmlxEditor.

1. Creating the window works perfekt and the header line appears.

2. The editor appears but fills just 50% (horizontal) of the parent window. The height of the object is correct (100%).

2. Moving (enlarge or make smaller) has no effect on the size of the editor object.

3. The icons on top are not visible (the path to the images may be wrong).

4. How to upload an existig file into the editor and how to save the text automatically.



Here my example:







Can you help me?



Best regards,

Klaus Kohlschuetter


Please, check that all necessary css files are included. The ready sample is dhtmlxWindows/samples/components/editor.html (at our website: dhtmlx.com/docs/products/dhtmlxW … ditor.html)


You can use the following methods to place html into the editor:


setContentHTML(path_to_the_file);


setContent(html_string);


Method getContent() allows to get the html content of the editor.