Presentation XML · Display
Record Image <recordimage>
The image attached to the current record.
Application Designer edits <recordimage> through its "Record Image Properties" dialog, backed by the CTRL_RECORDIMAGE object: 10 properties, each with the type, length and value list the product itself declares.
In the 204 stock presentations it appears 9 times on 9 screens, inside <section> (8), <systemlib> (1); it is a leaf.
Where it goes
Sits inside: <section>, <systemlib>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
alttext | string | ALT Text on Image. ALN 254. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RECORDIMAGE.ALTTEXT; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab |
classname | string | CSS Class Name. ALN 64. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RECORDIMAGE.CLASSNAME; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab |
datasrc | control-id | Data Source ID. ALN 128. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RECORDIMAGE.DATASRC; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab |
height | int | Height. INTEGER 12. Stock screens: 5 uses on 5 screens, values 120 (2), 400 (1), 60 (1), 80 (1). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RECORDIMAGE.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/*) · ITEM#main_recordimage_1 |
label | string | Label. ALN 4000. Stock screens: 5 uses on 5 screens, values Click to see image in its actual size (4), (1). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RECORDIMAGE.LABEL; 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/*) · ITEM#main_recordimage_1 |
thumbnail | boolean | Is Thumbnail. YORN 1. Stock screens: 1 use on 1 screen, values false (1). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RECORDIMAGE.THUMBNAIL; 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#viewimage_sect_1_1 |
width | int | Width. INTEGER 12. Stock screens: 5 uses on 5 screens, values 120 (2), 400 (1), 60 (1), 80 (1). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RECORDIMAGE.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/*) · ITEM#main_recordimage_1 |
Example
<!-- ASSET · nxtgenui_record_img_ctrl -->
<recordimage id="nxtgenui_record_img_ctrl"/>
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RECORDIMAGE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_recordimage; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · ASSET#nxtgenui_record_img_ctrl