b30-1911621.zul

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

ZUL
43
字号
<?xml version="1.0" encoding="UTF-8"?><!--B30-1911621.zul{{IS_NOTE	Purpose:			Description:			History:		Thu Mar 20 17:48:51 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>		Please click the "07" item, and then hold "Shift" button and		click the "03" item, you should see these items are seleted		among this range.	</n:p>	<window title="listbox multiple selection demo" border="normal">		<listbox multiple="true" width="250px">			<listhead>				<listheader label="name" />			</listhead>			<listitem label="01" />			<listitem label="02" />			<listitem label="03" />			<listitem label="04" />			<listitem label="05" />			<listitem label="06" />			<listitem label="07" />			<listitem label="08" />		</listbox>	</window></zk>

⌨️ 快捷键说明

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