?? b35-2349456.zul
字號:
<?xml version="1.0" encoding="UTF-8"?><!--B35-2349456.zul{{IS_NOTE Purpose: Description: History: Wed Nov 26 17:04:53 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window title="Live Data" border="normal"><zscript><![CDATA[String[] data = new String[30];for(int j=0; j < data.length; ++j) {data[ j ] = "option "+j;}ListModel strset = new SimpleListModel(data);]]></zscript>After this page display, you should be able to navigate the listbox via pressing the DOWN/UP button. <listbox id="list" width="200px" rows="10" model="${strset}"><listhead><listheader label="Load on Demend" sort="auto"/></listhead><zscript>list.setSelectedItem(list.getItemAtIndex(0));list.focus();</zscript></listbox></window>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -