z35-portallayout-0003-fulfill.zul

来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 58 行

ZUL
58
字号
<?xml version="1.0" encoding="UTF-8"?>

<!--
	Z35-protal-0001.zul
	
	{{IS_NOTE
	Purpose:
	
	Description:
	
	History:
	Tue May  6 09:29:59 TST 2008, Created by DennisChen
	}}IS_NOTE
	
	Copyright (C) 2008 Potix Corporation. All Rights Reserved.
	
	{{IS_RIGHT
	}}IS_RIGHT
-->
<window title="Grid with Group feature" border="normal">
	<html><![CDATA[  
	Test Protal base Functionativity <br/> 
	1.Include many zk componet, all components whould work correctly
	]]></html>
	<zscript><![CDATA[//@IMPORT
	                  
	]]><![CDATA[//@DECLARATION
	
	]]><![CDATA[
	
	]]></zscript>
	
	<button id="btn" label="fill"/>
	<portallayout>
		<portalchildren width="50%" fulfill="btn.onClick">
			<panel height="200px" title="Popup">
				<panelchildren>
					<include src="Z35-portallayout-comp.zul?popup1=true" />
				</panelchildren>
			</panel>
			<panel height="500px" title="Chart">
				<panelchildren>
					<include src="Z35-portallayout-comp.zul?chart1=true" />
				</panelchildren>
			</panel>
		</portalchildren>
		<portalchildren width="50%" fulfill="btn.onClick">
			<panel height="120px" title="Fisheye">
				<panelchildren>
					<include src="Z35-portallayout-comp.zul?fisheye1=true" />
				</panelchildren>
			</panel>
		</portalchildren>

	</portallayout>

</window>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?