|
This component enables easy and
simple showing and uploading images without creating additional forms,
files or handlers. This control work with images as Textbox works
with text. The control supports TIFF images.
Image initialization on a form is carried out by the
onShowImage event. When uploading an image
onUploadImage event is called and the image is passed to the event
handler.
If a image is not defined in the
onShowImage event, then a default image, defined in the
EmptyImageSrc property, may be displayed. In case of
Width and Height properties being defined the image can be automatically
truncated.
Databinding of the key (which
defines what image is displayed) is supported, as well as binding to the
image binary through DataImageField
property.
This control has
onShowUploadForm
and onBeforeImageUpload
client side events.
|