IDEMPIERE-2969:update to use zk8-osgi library

http://books.zkoss.org/wiki/ZK_Component_Reference/Supplementary/Auxheader#Restrictions
This commit is contained in:
hieplq 2016-01-17 00:59:41 +07:00
parent 72fca0bafc
commit 180e2e6b53
2 changed files with 3 additions and 3 deletions

View File

@ -170,8 +170,8 @@ public class WReportCustomization implements IFormController,EventListener<Even
form.setStyle("width: 90%; height: 90%; position: absolute; border:none; padding:none; margin:none;");
ZKUpdateUtil.setHeight(headerPanel, "40px");
headerPanel.setWidth("100%");
//ZKUpdateUtil.setHeight(headerPanel, "40px");
//headerPanel.setWidth("100%");
headerPanel.appendChild(new Separator("vertical"));

View File

@ -93,7 +93,7 @@ public class WRC4GroupingCriteriaPanel extends WRCTabPanel implements EventListe
int widthTxt = widthChk*4;
for(int i=0;i<RENDER_IN_COLUMNS;i++){
cols[i] = new Column();
ZKUpdateUtil.setWidth(cols[i+1], widthChk+"%");
ZKUpdateUtil.setWidth(cols[i], widthChk+"%");
columns.appendChild(cols[i]);
cols[i+1] = new Column();
ZKUpdateUtil.setWidth(cols[i+1], widthTxt+"%");