b30-1967811.zul

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

ZUL
47
字号
<?xml version="1.0" encoding="UTF-8"?><!--B30-1967811.zul{{IS_NOTE	Purpose:			Description:			History:		Tue May 20 17:39:40 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">	When you use SHIFT + click to select multiple item, the text of the listbox should not be selected.	<window title="listbox multiple selection demo" border="normal"><listbox multiple="true" width="250px"><listhead><listheader label="name"/><listheader label="gender"/></listhead><listitem><listcell label="Mary"/><listcell label="FEMALE"/></listitem><listitem><listcell label="John"/><listcell label="MALE"/></listitem><listitem><listcell label="Jane"/><listcell label="FEMALE"/></listitem><listitem><listcell label="Henry"/><listcell label="MALE"/></listitem></listbox></window></zk>

⌨️ 快捷键说明

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