b35-1962310.zul

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

ZUL
45
字号
<?xml version="1.0" encoding="UTF-8"?><!--B35-1962310.zul{{IS_NOTE	Purpose:			Description:			History:		Wed Sep 17 17:36:33 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk>If you can use keyboard to up/down each item, that is correct.<listbox width="250px">	<listhead>		<listheader visible="false" label="Name" sort="auto" />		<listheader label="Gender" sort="auto" />	</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></zk>

⌨️ 快捷键说明

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