b30-2075332.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 62 行
ZUL
62 行
<?xml version="1.0" encoding="UTF-8"?><!--B30-2075332.zul{{IS_NOTE Purpose: Description: History: Fri Aug 29 15:43:21 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><borderlayout height="500px" ><north size="100%" border="0" splittable="true" collapsible="true"><borderlayout><west size="50%" border="none" flex="true" splittable="true"collapsible="true">Please move the splitter to left, and the each column of the listbox should be recalculated.(IE only)</west><center border="none" flex="true"><div><listbox id="listBoxCategorias" height="100px" width="100%"fixedLayout="true" mold="paging"><listhead sizable="true"><listheader label="name" sort="auto"/><listheader label="gender" sort="auto"/></listhead><listitem><listcell label="Mary"/><listcelllabel="FEMALE"/></listitem><listitem><listcell label="Mary"/><listcelllabel="FEMALE"/></listitem><listitem><listcell label="Mary"/><listcelllabel="FEMALE"/></listitem><listitem><listcell label="Mary"/><listcelllabel="FEMALE"/></listitem><listitem><listcell label="Mary"/><listcelllabel="FEMALE"/></listitem><listitem><listcell label="Mary"/><listcelllabel="FEMALE"/></listitem><listitem><listcell label="Mary"/><listcelllabel="FEMALE"/></listitem><listitem><listcell label="Mary"/><listcelllabel="FEMALE"/></listitem></listbox><paging id="pg" pageSize="8" detailed="true" style="margin-top: 10px"/><zscript>listBoxCategorias.setPaginal(pg);</zscript></div></center></borderlayout></north></borderlayout>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?