IDEMPIERE-4288 zk9 - Editor-Dialog: Not Allowed to set height and rows at the same time (#56)
This commit is contained in:
parent
b7a2b0762e
commit
cc159a3e53
|
@ -118,7 +118,7 @@ public class WTextEditorDialog extends Window implements EventListener<Event>{
|
|||
tabPanels.appendChild(tabPanel);
|
||||
textBox = new Textbox(text);
|
||||
textBox.setCols(80);
|
||||
textBox.setRows(30);
|
||||
textBox.setMultiline(true);
|
||||
ZKUpdateUtil.setHeight(textBox, "100%");
|
||||
textBox.setEnabled(editable);
|
||||
ZKUpdateUtil.setHflex(textBox, "1");
|
||||
|
|
Loading…
Reference in New Issue