Creates an image tag.
Required attributes: file
, src
, or data
Attribute | Type | Description |
---|---|---|
alt |
String |
Alternative text to the picture. |
border |
Integer |
Size of image border. |
width |
Integer |
Width of image. |
height |
Integer |
Height of image. |
file |
String |
Name of an image file in web server resource directory. |
src |
String |
You specify an image file directly. This value prevails over file attribute. |
data |
CKByteData |
A CKByteData object to display as image. If you create the object without resource manager, You must use this with mime attribute. |
mime |
String |
MIME type for a resource of data attribute. |