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

📄 b30-1973470.zul

📁 ZK是一个Ajax Java Web框架
💻 ZUL
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B30-1973470.zul{{IS_NOTE	Purpose:			Description:			History:		Tue May 27 09:51:08 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window title="listbox demo" border="normal">	When you right-click or left-click the listitem, only that item is selected.	<listbox width="250px" multiple="true" checkmark="true">		<listhead sizable="true">			<listheader label="name" sort="auto" />			<listheader label="gender" sort="auto" />		</listhead>		<listitem context="popupen">			<listcell label="Mary" />			<listcell label="FEMALE" />		</listitem>		<listitem context="popupen">			<listcell label="John" />			<listcell label="MALE" />		</listitem>		<listitem context="popupen">			<listcell label="Jane" />			<listcell label="FEMALE" />		</listitem>		<listitem context="popupen">			<listcell label="Henry" />			<listcell label="MALE" />		</listitem>	</listbox>	<menupopup id="popupen">		<menuitem label="test" />		<menuitem label="test2" />	</menupopup></window>

⌨️ 快捷键说明

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