📄 b30-1926094.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B30-1926094.zul{{IS_NOTE Purpose: Description: History: Wed Apr 2 11:21:40 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 the footer of listbox and gird weren't gone, it is correct.(IE6 only) </n:p> <listbox> <listhead> <listheader label="A" /> <listheader label="B" /> <listheader label="C" /> <listheader label="D" /> <listheader label="E" /> </listhead> <listitem> <listcell label="1.a" /> <listcell label="1.b" /> <listcell label="1.c" /> <listcell label="1.d" /> <listcell label="1.e" /> </listitem> <listitem> <listcell label="2.a" /> <listcell label="2.b" /> <listcell label="2.c" /> <listcell label="2.d" /> <listcell label="2.e" /> </listitem> <listitem> <listcell label="3.a" /> <listcell label="3.b" /> <listcell label="3.c" /> <listcell label="3.d" /> <listcell label="3.e" /> </listitem> <listfoot> <listfooter label="foot.a" /> <listfooter label="foot.b" /> <listfooter label="foot.c" /> <listfooter label="foot.d" /> <listfooter label="foot.e" /> </listfoot> </listbox> <grid> <columns> <column label="A" /> <column label="B" /> <column label="C" /> <column label="D" /> <column label="E" /> </columns> <rows> <row> <label value="A" /> <label value="B" /> <label value="C" /> <label value="D" /> <label value="E" /> </row> <row> <label value="A" /> <label value="B" /> <label value="C" /> <label value="D" /> <label value="E" /> </row> <row> <label value="A" /> <label value="B" /> <label value="C" /> <label value="D" /> <label value="E" /> </row> </rows> <foot> <footer label="foot.a" /> <footer label="foot.b" /> <footer label="foot.c" /> <footer label="foot.d" /> <footer label="foot.e" /> </foot> </grid></zk>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -