Example 32. image
<canvas debug="true"> <dataset name="imagedata"> <image url="http://www.openlaszlo.org/images/horses/horse-1-sm.jpg"/> </dataset> <wrappinglayout/> <image src="http://www.openlaszlo.org/images/horses/horse-1-sm.jpg"/> <image datapath="imagedata:/image/@url"/> <image prefix="http://www.openlaszlo.org/images/horses/" src="horse-1-sm.jpg"/> <image src="http://www.openlaszlo.org/images/horses/horse-1-sm.jpg"/> <image> <text>Click me</text> <handler name="onclick"> this.setAttribute('src', 'http://www.openlaszlo.org/images/horses/horse-1-sm.jpg'); </handler> </image> <image forcereload="true"> <text>Click me to reload</text> <handler name="onclick"> this.setAttribute('src', 'http://www.openlaszlo.org/images/horses/horse-1-sm.jpg'); </handler> </image> </canvas>
Copyright © 2002-2007 Laszlo Systems, Inc. All Rights Reserved. Unauthorized use, duplication or distribution is strictly prohibited. This is the proprietary information of Laszlo Systems, Inc. Use is subject to license terms.