📄 b35-2280308.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B35-2280308.zul{{IS_NOTE Purpose: Description: History: Fri Nov 14 09:58:10 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk><zscript><![CDATA[String[] data = new String[200];for(int j=0; j < data.length; ++j) {data[j] = "option "+j;}ListModel strset = new SimpleListModel(data);void test() {uiDecimalbox.focus();uiDecimalbox.getValue();} ]]></zscript><window title="Test Wrong Value Exception" border="normal" width="1200px" height="600px">Please scroll down to press the submit button, than you should see the Warning box.<panel style="margin-left:10px" width="800px" height="500px"title="TEST PANEL"border="normal" visible="true"><panelchildrenstyle='background:white;background:white;overflow:auto;'><decimalbox id="uiDecimalbox" constraint="no empty" /><listbox model="${strset}" width="200px"><listhead><listheader label="TEST ITEMS" sort="auto"/></listhead></listbox><button label="submit" onClick="test()"/></panelchildren></panel></window></zk>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -