b30-2026493.zul

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

ZUL
37
字号
<?xml version="1.0" encoding="UTF-8"?><!--B30-2026493.zul{{IS_NOTE	Purpose:			Description:			History:		Thu Jul 24 15:50:46 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>If you see the white space(about one item height) between the "9-1" item and the paging, it is wrong.  </n:p>	<window>			<zscript>		List items = new org.zkoss.zkdemo.userguide.BigList(20); //a big list of Integer		</zscript>		<listbox mold="paging" pageSize="10" vflex="true">			<listitem forEach="&#36;{items}">			<listcell label="&#36;{each}-1"/>			<listcell label="&#36;{each}-2"/>			<listcell label="&#36;{each}-3"/>			<listcell label="&#36;{each}-4"/>			</listitem>		</listbox>	</window></zk>

⌨️ 快捷键说明

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