⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 b35-2355376.zul

📁 ZK是一个Ajax Java Web框架
💻 ZUL
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B35-2355376.zul{{IS_NOTE	Purpose:			Description:			History:		Fri Nov 28 18:43:18     2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk>After this page display, if there is not Javascript error, that is correct.(IE only)<window title="IE Bug" border="normal" width="500px">	<window id="win" closable="true" minimizable="true" maximizable="true"	border="normal" width="300px"	onClose="self.visible=false; event.stopPropagation();">		<caption image="/img/inet.png" label="Hi there!"/>		Auto-position (applicable if not embedded)		<separator/>		<button label="left,center" onClick="win.position = &quot;left,center&quot;;"/>		<button label="right,bottom" onClick="win.position = &quot;right,bottom&quot;;"/>		<button label="center" onClick="win.position = &quot;center&quot;;"/>	</window>	<button label="Overlap" focus="true" onClick="win.doOverlapped();"/>	<button label="Highligh" onClick="win.doHighlighed();"/>	<button label="Modal" onClick="win.doModal();"/>	<button label="Popup" onClick="win.doPopup();"/>	<button label="Embed" onClick="win.doEmbedded();"/>	<button label="Toggle Visible" onClick="win.visible = !win.visible"/>	<html><![CDATA[	<select>		<option>Option 1</option>		<option>Option 2</option>		<option>Option 3</option>	</select>	]]></html>	<separator bar="true"/>	<window id="w2" border="normal" title="Overlapped" width="200px" mode="overlapped">		This is a overlapped window		<groupbox mold="3d" height="100px">			<caption label="3d groupbox"/>			Content of the groupbox		</groupbox>		<window id="w21" border="normal" title="Overlapped in Overlapped"		width="200px" mode="overlapped">			${w21.title}			<window id="w211" border="normal" title="Popup in Overlapped in Overlapped"			width="200px" visible="false">			${w211.title}				<window id="w2111" border="normal" title="Overlapped in Popup"				width="200px" mode="overlapped">					${w2111.title}				</window>			</window>			<button label="Popup" onClick="w211.doPopup()"/>		</window>		<button label="Visible 1st of 2nd" onClick="w21.visible = !w21.visible"/>	</window>	<button label="Visible 2nd" onClick="w2.visible = !w2.visible"/></window></zk>

⌨️ 快捷键说明

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