b30-1886352.zul

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

ZUL
42
字号
<?xml version="1.0" encoding="UTF-8"?><!--B30-1886352.zul{{IS_NOTE	Purpose:			Description:			History:		Wed Feb 13 11:46:23 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>Clicking on the menu item, but not on the menu item text, causes a never  ending 'Processing' message and no menu-item invocation.</n:p>	<window>		<label value="Click on 'Short' menu item below the word 'Text'" />		<menubar autodrop="true">			<menu label="Popup Menu">				<menupopup>					<menuitem						label="Long Menuitem Text"						href="http://www.zkoss.org" />					<menuitem						label="Short"						href="http://www.zkoss.org" />				</menupopup>			</menu>		</menubar>	</window></zk>

⌨️ 快捷键说明

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