f30-1948462.zul

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

ZUL
32
字号
<?xml version="1.0" encoding="UTF-8"?><!--F30-1948462.zul{{IS_NOTE	Purpose:			Description:			History:		Tue Apr 22 14:55:41     2008, Created by tomyeh}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><window title="Test of DeferredValue with dynamic image" border="normal">	<vbox>	Press the following button to see if the image is changed.	If changed, it is correct.	<button label="c" >		<attribute name="onClick">	image.setContent(new org.zkoss.image.AImage("t", desktop.webApp.getResourceAsStream("/img/inet.png")));		</attribute>	</button>		<image id="image" src="/img/sun.jpg"/>	</vbox></window>

⌨️ 快捷键说明

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