f35-1926069.zul

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

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