?? z30-sendevent.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 + -