Method WMLCard():img() Professional
Create a link to a WBMP image file.
Syntax
:img( <cLocation> , ;
<cAltText> , ;
[<cOptions>] ) --> self
Parameters
<cLocation>
The parameter <cLocation> becomes the value of the location attribute.
<cAltText>
The parameter <cAltText> becomes the value of the AltText attribute.
<cOptions>
The parameter <cOptions> is a character string that is inserted into the WML <img> tag.
Return
This method returns the object executing the method (self).
Description
The method creates a link to a WBMP image file to be displayed in the card.
WML output:
<img src="cLocation" alt="cAltText" [cOptions]/>
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.