📄 z30-echoevent.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--Z30-echoEvent.zul{{IS_NOTE Purpose: Test Events.echoEvent Description: History: Mon Dec 24 12:22:32 2007, Created by tomyeh}}IS_NOTECopyright (C) 2007 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window id="w" title="Test echoEvent"> After clicked, you shall see "Execute..." and then, after 2 seconds, "Done.". <attribute name="onLater"> Thread.sleep(2000); new Label("Done.").setParent(w); </attribute> <button label="echo"> <attribute name="onClick"> new Label("Execute...").setParent(w); Events.echoEvent("onLater", w, null); </attribute> </button></window>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -