b30-2003798.zul

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

ZUL
61
字号
<?xml version="1.0" encoding="UTF-8"?><!--B30-2003798.zul{{IS_NOTE	Purpose:			Description:			History:		Fri Jul 25 11:25:06 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window title="tree and listbox bug" border="normal">	1. When you mouse over the "foo" word, the entire row should be highlight.	<separator/>	2. Then, click on the "foo" word, the entire row should be seleted. 	<tree id="tree" width="300px" rows="5">		<treecols sizable="true">			<treecol label="Name" />			<treecol label="Description" />		</treecols>		<treechildren>			<treeitem>				<treerow>					<treecell>						<hbox							style="display:inline-table;border:1px solid red">							<image src="~./zul/img/question.gif" />							<label value="foo" />						</hbox>					</treecell>					<treecell label="Item 1 description" />				</treerow>			</treeitem>			<treeitem label="Item 3" />		</treechildren>	</tree>	<listbox width="300px">		<listhead>			<listheader label="Listbox"/>		</listhead>		<listitem label="test" />		<listitem>			<listcell>				<hbox					style="display:inline-table;border:1px solid red">					<image src="~./zul/img/question.gif" />					<label value="foo" />				</hbox>			</listcell>		</listitem>	</listbox></window>

⌨️ 快捷键说明

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