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

📄 b30-2026493.zul

📁 ZK是一个Ajax Java Web框架
💻 ZUL
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -