b30-1869062.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 34 行
ZUL
34 行
<?xml version="1.0" encoding="UTF-8"?><!--B30-1869062.zul{{IS_NOTE Purpose: Description: History: Fri Jan 11 17:27:58 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>Please type the "c" word into combobox and then press the ENTER on the keyboard, it should not be shown any error.</n:p> <window title="Combobox demo" border="normal"> Combobox: <combobox onChange="msg.value = self.getSelectedItem().getLabel()" autodrop="true"> <comboitem label="Simple and Rich" /> <comboitem label="Cool!" /> <comboitem label="Thumbs Up!" /> </combobox> <label id="msg" /> </window></zk>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?