b30-1826606.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 46 行
ZUL
46 行
<?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 + =
减小字号Ctrl + -
显示快捷键?