Assetize

Presentation XML · Display

Image <image>

An image from the web module.

Application Designer edits <image> through its "Image Properties" dialog, backed by the CTRL_IMAGE object: 8 properties, each with the type, length and value list the product itself declares.

In the 204 stock presentations it appears 50 times on 16 screens, inside <section> (27), <controlcontainer> (20), <sectioncol> (2), <systemlib> (1); it is a leaf.

Where it goes

Sits inside: <section>, <controlcontainer>, <sectioncol>, <systemlib>. May contain: none (a leaf control).

Properties

PropertyValueWhat it doesSource
aligncenter | left | rightAlign Image. LOWER 7, domain ALIGN. Not used by any stock presentation.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_IMAGE.ALIGN; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab
columnintColumn. INTEGER 12. Not used by any stock presentation.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_IMAGE.COLUMN; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab
heightintHeight. INTEGER 12. Stock screens: 35 uses on 15 screens, values 25 (24), 5 (6), 24 (3), 40 (2).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_IMAGE.HEIGHT; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#drmain_grid3_row_col1_sec_sep_1
imagenamestringFilename. ALN 64. Stock screens: 49 uses on 15 screens, values blank.gif (30), tablebtn_divider.gif (14), error_iot18.png (3), ge_detailReport.gif (1), ge_listReport.gif (1).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_IMAGE.IMAGENAME; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#drmain_grid3_row_col1_sec_sep_1
widthintWidth. INTEGER 12. Stock screens: 33 uses on 15 screens, values 10 (27), 24 (3), 100 (2), 500 (1).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_IMAGE.WIDTH; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#drmain_grid3_row_col1_sec_sep_1

Example

<!-- LIBRARY · drmain_grid3_row_col1_sec_sep_1 -->
<image height="5" id="drmain_grid3_row_col1_sec_sep_1" imagename="blank.gif" width="10"/>

Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_IMAGE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_image; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#drmain_grid3_row_col1_sec_sep_1