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

📄 f30-2066299.zul

📁 ZK是一个Ajax Java Web框架
💻 ZUL
字号:
<?xml version="1.0" encoding="UTF-8"?><!--F30-2066299.zul{{IS_NOTE	Purpose:			Description:			History:		Tue Sep  2 16:53:14     2008, Created by tomyeh}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window>	You shall see the following below the button, after clicking the button	<separator bar="true"/>	onFulfill: false onClick: false	<div>	You shall see me	</div>	<separator bar="true"/>	<button id="b" label="Test"/>	<zscript>	void showInfo(String evtnm) {		l.value += " " + evtnm + ": " + d.children.empty;	}	b.addEventListener(Events.ON_CLICK,		new EventListener() {			public void onEvent(Event event) {				showInfo("onClick");			}		});	</zscript>	<separator/>	<label id="l"/>	<div id="d" fulfill="b.onClick" onFulfill='showInfo("onFulfill")'>	You shall see me	</div></window>

⌨️ 快捷键说明

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