b35-2096807.zul

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

ZUL
37
字号
<?xml version="1.0" encoding="UTF-8"?><!--B35-2096807.zul{{IS_NOTE	Purpose:			Description:			History:		Mon Sep  8 15:21:55 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window>Please click the changing paging, and then you should see the button of  the paging.<zscript>List items = new org.zkoss.zkdemo.userguide.BigList(100); //a big list ofInteger</zscript><borderlayout height="300px"><center flex="true"><listbox mold="paging"><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></center></borderlayout></window>

⌨️ 快捷键说明

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