<se:image location="LEANINGTOWEROFPISA">
<se:parameters>
<se:parameter name="alttext">Text describing the image.</se:parameter>
<se:parameter name="classname">myimageclass</se:parameter>
<se:parameter name="imageid">myimage</se:parameter>
<se:parameter name="onclick">alert('yeah');</se:parameter>
<se:parameter name="resultformat">
<img src="{this.result()}" alt="{this.alttext()}" /><br />
This image has the following properties:
<ul>
<li>AltText = {this.alttext()}</li>
<li>Classname = {this.classname()}</li>
<li>Imageid = {this.imageid()}</li>
<li>Onclick = {this.onclick()}</li>
<li>Output colordepth = {this.outputcolordepth()}</li>
<li>Output command order = {this.outputcommandorder()}</li>
<li>Output filesize = {this.outputfilesize()}</li>
<li>Output filetype = {this.outputfiletype()}</li>
<li>Output framecount = {this.outputframecount()}</li>
<li>Output height = {this.outputheight()}</li>
<li>Output location = {this.outputlocation()}</li>
<li>Output resolution unit = {this.outputresolutionunit()}</li>
<li>Output resolution x = {this.outputresolutionx()}</li>
<li>Output resolution y = {this.outputresolutiony()}</li>
<li>Output style = {this.outputstyle()}</li>
<li>Output width = {this.outputwidth()}</li>
</ul>
</se:parameter>
</se:parameters>
</se:image>
|