b35-2077989.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 28 行
ZUL
28 行
<?xml version="1.0" encoding="UTF-8"?><!--B35-2077989.zul{{IS_NOTE Purpose: Description: History: Thu Aug 28 09:45:11 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window id="win" title="doModal" mode="modal" minimizable="true" width="400px" height="300px"><button label="Set Window to be invisible" onClick="win.setVisible(false)"/>In this case, you have to test two cases as follows.<separator/>1. When you click the Minimize icon of the window, the window should disappeared.(That is correct)<separator/>2. When you click the "Set Window to be invisible" button, the window should disappeared.(That is correct)</window>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?