Alexandra,
I used the followed code to attach an Editor to a Layout:
var dhxLayout = new dhtmlXLayoutObject(“objLayout”, “4C”, “dhx_skyblue”);
var dhxNote = dhxLayout.cells(“d”).attachEditor();
dhxNote.init();
The Editor autoresize is not working properly (see the screenshot)
Can you help me?
Thank you,
Ernesto