b30-1902533.zul

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

ZUL
65
字号
<?xml version="1.0" encoding="UTF-8"?><!--B30-1902533.zul{{IS_NOTE	Purpose:			Description:			History:		Mon Mar  3 18:22:23 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk xmlns:n="http://www.zkoss.org/2005/zk/native">	<n:p>BorderLayout should not splittable when click on split btn.</n:p>	<borderlayout height="500px">	<north maxsize="300" size="50%" border="0" splittable="true" collapsible="true">		<borderlayout>			<west size="25%" border="none" flex="true" maxsize="250" splittable="true" collapsible="true">				<div style="background:#B8D335">					<label value="25%"						style="color:white;font-size:50px" />				</div>			</west>			<center border="none" flex="true">				<div style="background:#E6D92C">					<label value="25%"						style="color:white;font-size:50px" />				</div>			</center>			<east size="50%" border="none" flex="true">				<label value="Here is a non-border"					style="color:gray;font-size:30px" />			</east>		</borderlayout>	</north>	<center border="0">		<borderlayout>			<west maxsize="600" minsize="300" size="30%" flex="true" border="0" splittable="true">				<div style="background:#E6D92C">					<label value="30%"						style="color:white;font-size:50px" />				</div>			</west>			<center>				<label value="Here is a border"					style="color:gray;font-size:30px" />			</center>			<east size="30%" flex="true" border="0" collapsible="true">				<div style="background:#B8D335">					<label value="30%"						style="color:white;font-size:50px" />				</div>			</east>		</borderlayout>	</center></borderlayout></zk>

⌨️ 快捷键说明

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