Hi.
I have a form with textarea item.
{type:“input”, name: “name”, label: “label”, inputWidth: 120, offsetLeft: 4, offsetTop: 5, rows:3, style:“width:120;height:65px;”}
I need to change height on Panel Resize Finish, now I’m doing this:
myFormLayout.attachEvent(“onPanelResizeFinish”, function(names){
myForm.setItemHeight(“name”, myFormLayout.cells(‘c’).getHeight());
});
But this doesn’t work, any idea how can I do this?
Thanks in advance.
(dhtmlxSuite, Version: 4.4, Edition: Standard)