?? b35-2075776.zul
字號(hào):
<?xml version="1.0" encoding="UTF-8"?><!--B35-2075776.zul{{IS_NOTE Purpose: Description: History: Wed Aug 27 17:50:46 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window title="Column's Menu Demo" border="normal" width="500px">1. Please click the "remove column1" or "remove column2" button.<separator/>2. Mouse-over the header of the grid. And then click on the menu icon of the header.<separator/>3. You should see the menu popup, that is correct.<grid id="gd"><columns sizable="true" menupopup="auto" id="cols"><column id="col" label="Type" sortAscending="${asc}"sortDescending="${dsc}"/><column id="col1" label="Type1" sortAscending="${asc}"sortDescending="${dsc}"/><column id="col2" label="Content"/></columns><rows id="rs"><row id="r1"><label value="File:" id="lb1"/><label value="File1:"/><textbox width="98%" id="tb1"/></row><row id="r2"><label value="File:" id="lb2"/><label value="File1:"/><textbox width="98%" id="tb2"/></row><row id="r3"><label value="Files:" id="lb3"/><label value="File1s:"/><textbox width="98%" id="tb3"/></row></rows></grid><button label="remove column1"><attribute name="onClick">cols.removeChild(col);r1.removeChild(lb1);r2.removeChild(lb2);r3.removeChild(lb3);</attribute></button><button label="remove column2"><attribute name="onClick">cols.removeChild(col1);r1.removeChild(tb1);r2.removeChild(tb2);r3.removeChild(tb3);</attribute></button></window>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -