📄 b35-2086068.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B35-2086068.zul{{IS_NOTE Purpose: Description: History: Mon Sep 1 13:04:38 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window>1. Click "Change minimized" button twice.<separator/>2. Click "Add top toolbar" button.<separator/>3. Panel shouldn't disappear.(That is correct)<panel id="p1" title="Panel Component" border="normal" width="500px"maximizable="true" minimizable="true"><panelchildren><grid><columns><column label="Name" /><column label="Description" /></columns><rows><row><label value="Ivan" /><label value="MIS" /></row><row><label value="ohpizz" /><label value="Testing" /></row></rows></grid></panelchildren></panel><button label="Change minimized"><attribute name="onClick">p1.minimized=!p1.minimized;</attribute></button><separator /><button label="Add top toolbar"><attribute name="onClick">if(topbar.visible==false) {p1.addToolbar("tbar", topbar);topbar.visible=true;} elsealert("Only one top toolbar is allowed");</attribute></button><toolbar id="topbar" visible="false"><toolbarbutton label="top1" /><toolbarbutton label="top2" /></toolbar><toolbar id="bottombar" visible="false"><toolbarbutton label="bottom1" /><toolbarbutton label="bottom2" /></toolbar><toolbar id="footbar" visible="false"><toolbarbutton label="foot1" /><toolbarbutton label="foot2" /></toolbar></window>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -