confirmclose.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 29 行
ZUL
29 行
<?xml version="1.0" encoding="UTF-8"?><!--confirmClose.zul{{IS_NOTE Purpose: Description: History: Mon Nov 6 17:12:00 2006, Created by tomyeh}}IS_NOTECopyright (C) 2006 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window title="Confirm Close" border="normal" width="200px"> Press one of the following buttons and reload the page to see what happen. <button label="confirm on close"> <attribute name="onClick">Clients.confirmClose("Your message has not been sent.\nDiscard your message?"); </attribute> </button> <button label="reset confirm" onClick="Clients.confirmClose(null)"/></window>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?