b30-1854571.zul

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

ZUL
30
字号
<?xml version="1.0" encoding="UTF-8"?><!--B30-1854571.zul{{IS_NOTE	Purpose:			Description:			History:		Thu Dec 20 14:57:43     2007, Created by tomyeh}}IS_NOTECopyright (C) 2007 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window title="Messagebox demo" border="normal">	First, click the Test button. After four seconds, a message box appears.	Then, you shall be able to close the message box by clicking the button.	However, in 3.0.1, you have to click twice.	<button label="Test" width="100px">	<attribute name="onClick">{	Thread.sleep(4000);	alert("See if you can close it in only click");	}</attribute>	</button></window>

⌨️ 快捷键说明

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