b30-1936366.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 33 行
ZUL
33 行
<?xml version="1.0" encoding="UTF-8"?><!--B30-1936366.zul{{IS_NOTE Purpose: Description: History: Mon Apr 7 11:38:39 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk xmlns:n="http://www.zkoss.org/2005/zk/native"> <n:p>Click the "Warning" button, and then close it, and then you should see the focus on the input element.</n:p> <window title="Messagebox demo" border="normal"> <textbox id="focus" /> <button label="Warning" width="100px"> <attribute name="onClick">{ Messagebox.show("Warning is pressed", "Warning", Messagebox.OK, Messagebox.EXCLAMATION); focus.focus(); }</attribute> </button> </window></zk>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?