f30-1796281.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 37 行
ZUL
37 行
<?xml version="1.0" encoding="UTF-8"?><!--F30-1796281.zul{{IS_NOTE Purpose: Description: History: Fri Jan 11 11:24:01 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2007 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk xmlns:n="http://www.zkoss.org/2005/zk/native"> <n:p>[ 1796281 ] Improve Working with Combobox. Both setSelectedItem(Comboitem item) and setSelectedIndex(int jsel) aresupported.</n:p> <n:ol> <n:li>click selectedItem , then combobox will sets the selectItem to "Cool!"</n:li> <n:li>click selectedIndex, then combobox will sets the selectItem to "Thumbs Up!"</n:li> </n:ol> <combobox id="cbbox"> <comboitem label="Apple" /> <comboitem label="Grape" /> <comboitem id="c" label="Cool!" /> <comboitem label="Simple and Rich" /> <comboitem label="Thumbs Up!" /> </combobox> <button label="selectedItem = Cool!" onClick="cbbox.selectedItem = c"/> <button label="selectedIndex = 4" onClick="cbbox.selectedIndex = 4"/></zk>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?