Dhtmlx Editor Dynamic Height Percent

Hello,

I’m interested in placing a dhtmlxEditor inside a dhtmlxWindow, and have its height and width adjust with the size/resize of the window. I’ve tried setting up the editor, however, nothing comes up when I set the style height to 100%, or any other percent. I’ve noticed it works when I set a static pixel height, however, that is not the functionality I’m looking to implement.

Any help is greatly appreciated.

Thanks.

Hello,

you can use attachEditor() method:

dhtmlxSuite/dhtmlxWindows/samples/08_components/08_editor.html

In this case, the editor will automatically be adjusted