b35-2280308.zul

来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 57 行

ZUL
57
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?