z35-portallayout-0002-fulfill.zul

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

ZUL
72
字号
<?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="800px" title="Grid">
				<panelchildren>
					<div style="overflow:auto;height=200px">
						<include src="Z35-grid-0101.zul"/>
					</div>
				</panelchildren>
			</panel>
			<panel height="150px" title="Inputs">
				<panelchildren>
				ABCDFEG
				</panelchildren>
			</panel>
		</portalchildren>
		<portalchildren width="50%" fulfill="btn.onClick">
		<panel height="70px" title="Bandbox">
				<panelchildren>
					<include src="Z35-portallayout-comp.zul?bandbox1=true"/>
				</panelchildren>
			</panel>
			<panel height="200px" title="Combobox">
				<panelchildren>
					<include src="Z35-portallayout-comp.zul?combobox1=true"/>
				</panelchildren>
			</panel>
			<panel height="600px" title="Inputs">
				<panelchildren>
					<include src="Z35-portallayout-comp.zul?input1=true"/>
				</panelchildren>
			</panel>
			
		</portalchildren>

	</portallayout>

</window>

⌨️ 快捷键说明

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