b35-2086093.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 38 行
ZUL
38 行
<!--Z30-listbox-0008.zul{{IS_NOTEPurpose:Description:History:Thu Oct 27 21:18:02 2005, Created by tomyeh}}IS_NOTECopyright (C) 2005 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk>no metter click on checkbox, button or textbox. it should not popup selection message.<listbox onSelect='alert("selected")'> <listhead> <listheader label="Population"/> <listheader label="%"/> </listhead> <listitem value="A"> <listcell><textbox value="A. Graduate"/></listcell> <listcell label="20%"/> </listitem> <listitem value="B"> <listcell><checkbox label="B. College"/></listcell> <listcell><button label="23%"/></listcell> </listitem> <listitem value="C"> <listcell label="C. High School"/> <listcell><textbox cols="8" value="40%"/></listcell> </listitem></listbox></zk>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?