📄 b30-2026493.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="${items}"> <listcell label="${each}-1"/> <listcell label="${each}-2"/> <listcell label="${each}-3"/> <listcell label="${each}-4"/> </listitem> </listbox> </window></zk>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -