Display a bitmap file in the graphics folder as an image in a form
Display a bitmap file in the graphics folder as an image in a form
Technologies > User Interface Add-Ins > Assemblies with Multiple Panes > Find-Manage with Document Field
The image control field can be used as a part of a form panel to also display image files from the server file system :
form.showImageFile('ls_doc_image', '/archibus/schema/ab-system/graphics/CampusQuadrantPlan.gif');
To clear the image, call
clearImage()
:
form.clearImage('ls_doc_image');
Use documents in a Find-Manage Wizard
Display a document in a document field as an image in a form