⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 b30-2003798.zul

📁 ZK是一个Ajax Java Web框架
💻 ZUL
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -