b30-1920751.zul

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

ZUL
31
字号
<?xml version="1.0" encoding="UTF-8"?><!--B30-1920751.zul{{IS_NOTE	Purpose:			Description:			History:		Fri Mar 21 10:13:30 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk xmlns:n="http://www.zkoss.org/2005/zk/native">	<n:p>Please type the word "s" into the input element, and then press the "Up" button, and the item "Cool!" should be shown.</n:p>	<combobox id="cb1" constraint="strict">		<comboitem label="Simple and Rich" disabled="true"/>		<comboitem label="Cool!"/>		<comboitem label="Thumbs Up!" disabled="true"/>		<comboitem label="ZK Best!"/>		<comboitem label="ZK Best1 ! " disabled="true"/>	</combobox></zk>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?