Powered by SmartDoc

CKImage

Creates an image tag.

Required attributes: file, src, or data

Attributes of CKImage
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 fileattribute.
data CKByteData A CKByteData object to display as image. If you create the object without resource manager, You must use this with mimeattribute.
mime String MIME type for a resource of dataattribute.