splitter.zul

来自「非常接近C/S操作方式的Java Ajax框架-ZK 用ZK框架使你的B/S应」· ZUL 代码 · 共 42 行

ZUL
42
字号
<?xml version="1.0" encoding="UTF-8"?><?page style="height:100%"?><!--splitter.zul{{IS_NOTE	Purpose:			Description:			History:		Thu Jun  8 13:20:07     2006, Created by tomyeh}}IS_NOTECopyright (C) 2006 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><hbox height="300px" width="100%" style="border:1px solid blue">	<vbox height="100%">	Column 1-1: a lot of text here, try to split over multiple lines.	Then we can see the effect.		<splitter collapse="after"/>		<hbox width="100%">	Column 1-2-1: more an more from one to another.	Also, simply rich. The simplest wayt to make web rich.			<splitter/>	Column 1-2-2: one two two.		</hbox>	</vbox>	<splitter collapse="before"/>	<div>	Column 2: it has a textbox: <textbox/>	And more text to it multiple lines.	</div>	<div>	Column 3: also with a textbox: <textbox/>	</div></hbox>

⌨️ 快捷键说明

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