how to add a resizableTextArea with FlowUI???
found it…
might need to go through the Vaading flow docu as well
infoField.getStyle().set(“resize”,“both”);
infoField.getStyle().set(“overflow”, “auto”);
how to add a resizableTextArea with FlowUI???
found it…
might need to go through the Vaading flow docu as well
infoField.getStyle().set(“resize”,“both”);
infoField.getStyle().set(“overflow”, “auto”);