b30-1753712.zul

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

ZUL
42
字号
<?xml version="1.0" encoding="UTF-8"?><!--B30-1753712.zul{{IS_NOTE	Purpose:			Description:			History:		Fri Jan 18 12:36:50     2008, Created by tomyeh}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window id="reuse"><!-- ID must be called "reuse" -->	<vbox>	To test, you have to add org.zkoss.zkdemo.test2.DetachDesktopCleanup	as a listener.	Then, at the first visit, you see "n/a" in "Old UUID".	Then, open new browser and press F5 to reload this page.	You shall see "Old UUID" to be the same as "Current UUID"	in the previous page.	Note: depending on browsers, you might have to "Current UUID" will become	"Old UUID" in the 3rd reload (not 2nd reload)		<hbox>	Current UUID: <label id="lb" value="${reuse.uuid}"/>		</hbox>		<hbox>	Old UUID: <label id="la"/>		</hbox>	</vbox>	<zscript>{	Component c = org.zkoss.zkdemo.test2.DetachDesktopCleanup.reuse;	la.setValue(c != null ? c.uuid: "n/a");	}</zscript></window>

⌨️ 快捷键说明

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