b30-1886342.zul

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

ZUL
74
字号
<?xml version="1.0" encoding="UTF-8"?><!--B30-1886342.zul{{IS_NOTE	Purpose:			Description:			History:		Wed Feb 13 11:08:57 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>Popup window containing a Listbox shouldn't closes as soon as you try to drag alistitem. No request is made to close the popup, in fact the listbox is thewanted drop target.</n:p>	<window>		<menubar autodrop="true">			<menuitem				label="Popup Window"				popup="popup" />		</menubar>		<popup id="popup" >		    <label value="Drag an item in the listbox:" />			<listbox rows="6">				<listhead>					<listheader label="x" />				</listhead>				<listitem>					<listcell						label="one"						draggable="cell"						droppable="cell" />				</listitem>				<listitem>					<listcell						label="two"						draggable="cell"						droppable="cell" />				</listitem>				<listitem>					<listcell						label="three"						draggable="cell"						droppable="cell" />				</listitem>				<listitem>					<listcell						label="four"						draggable="cell"						droppable="cell" />				</listitem>				<listitem>					<listcell						label="five"						draggable="cell"						droppable="cell" />				</listitem>			</listbox>		</popup>	</window></zk>

⌨️ 快捷键说明

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