Hi,
Please check this in showcase. TextArea should be much taller (and is if we remove titleOrientation);
Best regards,
Janusz
Please check this in showcase. TextArea should be much taller (and is if we remove titleOrientation);
Code:
isc.DynamicForm.create({ ID: "form1", width: 620, height: 1000, colWidths: [190, "*"], fields: [ {name: "textArea", title:"TextArea", titleOrientation: "top", type:"textArea", height: "*"} ], });
Janusz
Comment