📄 f35-1926069.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--F31-1926069.zul{{IS_NOTE Purpose: Description: History: Thu Mar 27 15:18:54 2008, Created by tomyeh}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><vbox><hbox>onChange:<label id='inf1'/></hbox><hbox>onOpen:<label id='inf2'/></hbox>1. Type "abc" in bandbox and then click the dropdown button.You shall see "abc,,true" shown after onOpen. <bandbox onChange="inf1.value=self.value;" onOpen='inf2.value = event.value + "," + self.value + "," + event.open'/>1. Type "xyz" in combox and then click the dropdown button.You shall see "xyz,,true" shown after onOpen. <combobox onChange="inf1.value=self.value;" onOpen='inf2.value = event.value + "," + self.value + "," + event.open'> <comboitem label="Simple and Rich"/> <comboitem label="Cool!"/> <comboitem label="Thumbs Up!"/> </combobox></vbox>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -