b30-1914078.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 32 行
ZUL
32 行
<?xml version="1.0" encoding="UTF-8"?><!--B30-1914078.zul{{IS_NOTE Purpose: Description: History: Fri Mar 14 15:17:36 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window title="Animation Effects" border="normal" xmlns:h="http://www.w3.org/1999/xhtml"> <h:p>Keep Clicking on "Toggle Visible", and then the Window sometimes pops up from top-right corner</h:p> <button label="Toggle Visible" onClick="win.visible = !win.visible" /> <window id="win" border="normal" width="200px" position="center" mode="overlapped" action="onshow:anima.moveDown(#{self});onhide:anima.fade(#{self})" visible="false"> <caption image="/img/inet.png" label="Hi there!" /> <checkbox label="Hello, Effects!" /> </window></window>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?