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
This commit is contained in:
hieplq 2016-02-17 10:44:28 +07:00
parent 917c308999
commit 9fb9ca04d3
1 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ public class WAllocation extends Allocation
paymentLayout.appendChild(center);
center.appendChild(paymentTable);
ZKUpdateUtil.setWidth(paymentTable, "99%");
ZKUpdateUtil.setHeight(paymentTable, "99%");
//ZKUpdateUtil.setHeight(paymentTable, "99%");
center.setStyle("border: none");
north = new North();
@ -289,7 +289,7 @@ public class WAllocation extends Allocation
invoiceLayout.appendChild(center);
center.appendChild(invoiceTable);
ZKUpdateUtil.setWidth(invoiceTable, "99%");
ZKUpdateUtil.setHeight(invoiceTable, "99%");
//ZKUpdateUtil.setHeight(invoiceTable, "99%");
center.setStyle("border: none");
//
center = new Center();