📄 b30-2188572.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B30-2188572.zul{{IS_NOTE Purpose: Description: History: Fri Oct 24 08:48:08 2008, Created by tomyeh}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk> There shall be two listbox (side-by-side) The first listbox has two items, and the second has three items. <hbox> <zscript> classes = new String[] {"College", "Graduate"}; grades = new Object[] { new String[] {"Best", "Better"}, new String[] {"A++", "A+", "A"} }; </zscript> <listbox width="200px" forEach="${classes}"> <listhead> <listheader label="${each}: ${forEachStatus.index}"/> </listhead> <listitem label="${forEachStatus.previous.each}: ${each}" forEach="${grades[forEachStatus.index]}"/> </listbox> </hbox></zk>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -