📄 b30-1836257.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B30-1836257.zul{{IS_NOTE Purpose: Description: History: Thu Nov 22 14:12:35 TST 2007, Created by jumperchen}}IS_NOTECopyright (C) 2007 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window title="listbox demo" border="normal">[ 1836257 ] A wrong stripe when listitem is invisible <listbox width="250px"> <listhead sizable="true"> <listheader label="name" sort="auto"/> <listheader label="gender" sort="auto"/> </listhead> <listitem> <listcell label="Mary"/> <listcell label="FEMALE"/> </listitem> <listitem id="row1"> <listcell label="John"/> <listcell label="MALE"/> </listitem> <listitem> <listcell label="Jane"/> <listcell label="FEMALE"/> </listitem> <listitem > <listcell label="Henry"/> <listcell label="MALE"/> </listitem> </listbox> <button label="change" onClick='row1.visible = !row1.visible'/></window>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -