⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 list-img.zul

📁 ZK是一个Ajax Java Web框架
💻 ZUL
字号:
<?xml version="1.0" encoding="UTF-8"?><!--list2.zul{{IS_NOTE	Purpose:			Description:			History:		Mon Jul 24 12:50:53     2006, Created by tomyeh}}IS_NOTECopyright (C) 2006 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window width="100%"><listbox width="100%" id="w_list_listbox" multiple="true" checkmark="true"><listhead id="w_tr_listhead" >	<listheader label="account" width="25%" /> 	<listheader label="name" width="25%" /> 	<listheader label="email" width="25%" /> 	<listheader label="edit" width="25%" /> </listhead><listitem> 	<listcell label="davidwu" /> 	<listcell label="David Wu"/> 	<listcell>	<label value="davidwu@hotmail.com" onClick="callMe();"/> 	</listcell>	<listcell> 	<image src="/img/coffee.gif" onClick="callMe();" /> 	</listcell> </listitem> </listbox> <zscript> void callMe() { alert("AA"); } </zscript> </window> 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -