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

📄 z30-sendevent.zul

📁 ZK是一个Ajax Java Web框架
💻 ZUL
字号:
<?xml version="1.0" encoding="UTF-8"?><!--Z30-sendEvent.zul{{IS_NOTE	Purpose:			Description:			History:		Fri Jan 18 11:58:01     2008, Created by tomyeh}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><vbox>	sendEvent: You shall see TWO "done" lines after clicking the Test1 button.	<button label="Test1" onClick='Events.sendEvent(new Event("onOK", self));b.value = a.value'	onOK='a.value = "done"'/>	<label id="a"/>	<label id="b"/>	postEvent: You shall see ONE "done" lines after clicking the Test2 button.	<button label="Test2" onClick='Events.postEvent(new Event("onOK", self));y.value = x.value'	onOK='x.value = "done"'/>	<label id="x"/>	<label id="y"/></vbox>

⌨️ 快捷键说明

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