b30-1852895.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 32 行
ZUL
32 行
<?xml version="1.0" encoding="UTF-8"?><!--B30-1852895.zul{{IS_NOTE Purpose: Description: History: Tue Dec 18 16:21:13 TST 2007, 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:h4>Select one comboitem from combobox, and then click the "alert" button if the result is not null!</n:h4> <combobox id="cb"> <comboitem label="Simple and Rich" value="1" image="/img/coffee.gif" description="The simplest way to make Web applications rich"/> <comboitem label="Cool!" value="2" image="/img/corner.gif" description="The coolest technology"/> <comboitem label="Ajax and RIA" value="3" image="/img/cubfirs.gif" description="Rich Internet Application by Ajax"/> </combobox> <button label="alert" onClick='alert(cb.getSelectedItem().getValue() + "");'/></zk>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?