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

📄 b35-2090152.zul

📁 ZK是一个Ajax Java Web框架
💻 ZUL
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B35-2090152.zul{{IS_NOTE	Purpose:			Description:			History:		Wed Sep  3 10:52:18 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window width="300px">press button in grid, the image should appear in the left side of thebutton text label, that is correct. (IE6~7 only).	<grid>		<columns sizable="true" width="500px">			<column label="Type" />			<column label="Content" />		</columns>		<rows>			<row>				<label value="File:" />				<button label="ClickMe"					onClick='self.setLabel("Clicked OK.")' image="/img/coffee.gif" />				<textbox width="99%" />			</row>			<row>				<label value="Type:" />				<hbox>					<listbox>						<listitem>							<listcell>								Should See a button here.								<button label="ClickMe"									onClick='self.setLabel("Clicked OK.")' />							</listcell>						</listitem>						<listitem label="And A button here">							<listcell>								<button label="ClickMe"									onClick='self.setLabel("ClickedOK."); self.setImage("/img/coffee.gif")' />							</listcell>						</listitem>					</listbox>					<button label="ClickMe"						onClick='self.setLabel("Clicked OK.");self.setImage("/img/coffee.gif")' />				</hbox>			</row>			<row>				<label value="Options:" />				<textbox rows="3" width="99%" />			</row>		</rows>	</grid></window>

⌨️ 快捷键说明

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