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

📄 b35-2089073.zul

📁 ZK是一个Ajax Java Web框架
💻 ZUL
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B35-2089073.zul{{IS_NOTE	Purpose:			Description:			History:		Thu Sep  4 09:42:27 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><?page id="main" title=".:: ZK BUG 2089073 ::." style="height:100%"?><window id="wndLayout" width="100%" height="100%" border="normal"	xmlns:n="http://www.zkoss.org/2005/zk/native"	xmlns:h="http://www.w3.org/1999/xhtml"	xmlns:zk="http://www.zkoss.org/2005/zul"	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"	xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul/zul.xsd">		<zk:borderlayout>		<zk:north size="100px"><div>			Please press the <button label="click me" onClick='openRole();'/> button, and then the maximized window should over all the screen(That is correct. FF3 only)			</div>		</zk:north>		<zk:center>			<zk:window id="center"/>		</zk:center>		<zk:south size="3%" flex="true">			<h:table class="ToolbarTable">				<h:tr>					<h:td align="left">						<zk:label id="lblFooter" style="font-size: 8pt;"/>					</h:td>					<h:td>						<zk:space/>					</h:td>					<h:td align="right" width="50%">						<zk:label id="lblUtilizadores" style="font-size: 8pt;"/>					</h:td>				</h:tr>			</h:table>					</zk:south>	</zk:borderlayout>		<zk:zscript>		<![CDATA[			void openRole() {				Window inner = new Window();				inner.width = "320px";				inner.title = "role";				inner.border = "normal";				inner.maximizable= true;				inner.maximized= true;				inner.setParent(center);				inner.doOverlapped();			}					]]>	</zk:zscript>	</window>

⌨️ 快捷键说明

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