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:
hieplq 2016-05-17 11:48:30 -07:00
parent 3d61b34f95
commit 5f45af862d
1 changed files with 1 additions and 1 deletions

View File

@ -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");