Class CKImage
In: lib/cgikit.rb
Parent: CKElement

Creates an image tag.

Bindings

Required attributes: file or src.

alt:Alternative text to the picture.
border:Size of image border.
file:Name of an image file searched from resource directory(CKApplication#resource).
src:You specify an image file directly. This value prevails over "file" attribute.
Methods
run    to_s   
Public Instance methods
run()
to_s()