📄 b30-1914230.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B30-1914230.zul{{IS_NOTE Purpose: Description: History: Sat Mar 15 10:58:22 2008, Created by tomyeh}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><vbox><html><![CDATA[<ol><li>Input invalid value in the combobox, e.g., xxx.</li><li>Press TAB to change focus.</li><li>An erorr massage is shown up, but no onSelect is fired.</li></ol>In other words, if the client detects the error, it shall not notifythe server (with onSelect).]]></html><combobox id="cb" constraint="strict"onSelect='msg1.value = "onSelect is fired, " + (self.selectedItem != null ? self.selectedItem.label:"n/a")'onChange='msg2.value = "onChange is fired, " + self.value'><comboitem label="aaa" value="1" /><comboitem label="bbb" value="2" /></combobox><label id="msg1"/><label id="msg2"/><button label="reset message" onClick='msg1.value = msg2.value = ""'/><button label="reset all" onClick='cb.value = msg1.value = msg2.value = ""' /></vbox>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -