IDEMPIERE-1983:ZK7-report is not rendered properly in placeholder

This commit is contained in:
hieplq 2015-01-14 10:35:50 +07:00
parent 42f507f250
commit 510cfe7db0
1 changed files with 4 additions and 2 deletions

View File

@ -362,8 +362,10 @@ public class ZkReportViewer extends Window implements EventListener<Event>, ITab
Center center = new Center();
layout.appendChild(center);
iframe = new Iframe();
iframe.setHflex("true");
iframe.setVflex("true");
//iframe.setHflex("true");
//iframe.setVflex("true");
iframe.setWidth("100%");
iframe.setHeight("100%");
iframe.setId("reportFrame");
center.appendChild(iframe);