f30-1598234.zul

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

ZUL
31
字号
<?xml version="1.0" encoding="UTF-8"?>

<!--
F30-1598234.zul

{{IS_NOTE
	Purpose:
		
	Description:
		
	History:
		Fri Jan 11 11:19:34 TST 2008, Created by jumperchen
}}IS_NOTE

Copyright (C) 2007 Potix Corporation. All Rights Reserved.

{{IS_RIGHT
}}IS_RIGHT
-->
<zk xmlns:n="http://www.zkoss.org/2005/zk/native">
	<n:p>[ 1598234 ] strict autocomplete in comboboxes</n:p>
        <n:p>1. Type a text which not in comboitem.</n:p>
        <n:p>2. Focus on other place but comboitem, and it should display a error message</n:p>
	<combobox onChanging="msg.value = event.value" constraint="strict">
		<comboitem label="Simple and Rich" />
		<comboitem label="Cool!" />
		<comboitem label="Thumbs Up!" />
	</combobox>
	<label id="msg" />
</zk>

⌨️ 快捷键说明

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