IDEMPIERE-2969:update to use zk8-osgi library
listBox need value of vflex to scroll http://books.zkoss.org/wiki/ZK_Component_Reference/Data/Listbox#Scrollable_Listboxes wide apply
This commit is contained in:
parent
3d61b34f95
commit
5f45af862d
|
@ -530,7 +530,7 @@ public class WAcctViewer extends Window implements EventListener<Event>
|
||||||
table.setHflex("1");
|
table.setHflex("1");
|
||||||
table.setVflex(true);
|
table.setVflex(true);
|
||||||
table.setHeight("99%");
|
table.setHeight("99%");
|
||||||
table.setStyle("position: absolute;");
|
//table.setStyle("position: absolute;");
|
||||||
resultCenter.appendChild(table);
|
resultCenter.appendChild(table);
|
||||||
table.setHflex("1");
|
table.setHflex("1");
|
||||||
table.setVflex("1");
|
table.setVflex("1");
|
||||||
|
|
Loading…
Reference in New Issue