📄 winmode.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--winmode.zul{{IS_NOTE Purpose: Description: History: Thu Mar 15 16:43:40 2007, Created by tomyeh}}IS_NOTECopyright (C) 2007 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk> <window id="win" border="normal" width="200px" title="Hi there!" sizable="true" closable="true" onClose="self.visible=false;event.stopPropagation()"> <checkbox label="Hello, Wolrd!"/> <button label="change title" onClick="win.title += "A""/> <button label="hide" onClick="win.visible = false"/> </window> <zscript> int j = 0; </zscript> <button label="Modal" onClick="win.doModal();new Label("end-modal-" + j++).setParent(win)"/> <button label="Overlap" onClick="win.doOverlapped();"/> <button label="Popup" onClick="win.doPopup();"/> <button label="Embed" onClick="win.doEmbedded();"/> <button label="visible" onClick="win.visible = !win.visible"/></zk>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -