b30-2090731.zul

来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 34 行

ZUL
34
字号
<?xml version="1.0" encoding="UTF-8"?><!--B30-2090731.zul{{IS_NOTE	Purpose:			Description:			History:		Wed Sep  3 17:00:40     2008, Created by tomyeh}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk>	Click the change button, and the image of the button shall change.	Then, click the reset button, and the image shall change back.	<separator/>	<button id="b" label="Left" image="/img/m1.gif" width="125px"/>	<separator/>	<zscript>	import org.zkoss.image.*;	</zscript>	<button label="change"		onClick='b.setImageContent(new AImage("t", desktop.webApp.getResourceAsStream("/img/folder.gif")))'/>	<button label="reset" 		onClick='b.setImage("/img/m1.gif"); '/></zk>

⌨️ 快捷键说明

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