📄 b30-1826606.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B30-1826606.zul{{IS_NOTE Purpose: Description: History: Tue Nov 6 14:40:19 TST 2007, Created by jumperchen}}IS_NOTECopyright (C) 2007 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk> <listbox> <listhead sizable="true"> <listheader id="hd" label="1" visible="false" /> <listheader label="2" /> <listheader label="3" /> </listhead> <listitem> <listcell id="r1" label="1" visible="false" /> <listcell label="2" /> <listcell label="3" /> </listitem> <listitem> <listcell id="r2" label="1" visible="false" /> <listcell label="2" /> <listcell label="3" /> </listitem> </listbox> <button label="test"> <attribute name="onClick"> hd.visible = !hd.visible; r1.visible = !r1.visible; r2.visible = !r2.visible; </attribute> </button></zk>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -