Presentation XML · Display
Static Text <statictext>
Fixed text on the screen.
Application Designer edits <statictext> through its "Static Text Properties" dialog, backed by the CTRL_STATICTEXT object: 10 properties (5 on the General tab, 5 on Advanced), each with the type, length and value list the product itself declares. The stock screens write 3 further attributes the property sheet does not show.
In the 204 stock presentations it appears 928 times on 67 screens, inside <section> (897), <sectioncol> (24), <dialog> (6), <systemlib> (1); it contains <paramvalues> (5).
Where it goes
Sits inside: <section>, <sectioncol>. May contain: <paramvalues>.
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
align | center | left | right | Text Alignment. LOWER 7, domain ALIGN. Stock screens: 552 uses on 58 screens. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_STATICTEXT.ALIGN; 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/*) · WOTRACK#qbe_date_s1_r1_c1_s1_st1 |
column | int | Column. INTEGER 12. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_STATICTEXT.COLUMN; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · Advanced tab |
dataattribute | attribute | Attribute. UPPER 254. Stock screens: 2 uses on 1 screen, values ASSETMESSAGE (1), msgtext (1). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_STATICTEXT.DATAATTRIBUTE; 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#drilldown_equipment_message |
label | string | Label. ALN 4000. Stock screens: 892 uses on 66 screens, values From (127), To (127), (99), Target Start (41), Reported Date (40) … 129 distinct. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_STATICTEXT.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/*) · WOTRACK#qbe_date_s1_r1_c1_s1_st1 |
link | boolean | Display as Link. YORN 1. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_STATICTEXT.LINK; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · Advanced tab |
plaintext | boolean | Display as Plain Text. YORN 1. Stock screens: 10 uses on 6 screens, values false (8), true (2). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_STATICTEXT.PLAINTEXT; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · Advanced tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · RCNCMPRULE#copy_new_section_new_statictext |
span | int | Span. INTEGER 12. Stock screens: 405 uses on 47 screens, values right (330), center (74), left (1). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_STATICTEXT.SPAN; 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/*) · WOTRACK#qbe_date_s1_r2_c1_s1_t1 |
cssclass | string | Not on Application Designer's statictext property sheet: written in XML only. Stock screens: 63 uses on 12 screens, values prependheader (58), txtred_assign (4), txtred (1). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#qbe_date_s1_r1_c2_s1_st1 |
hidelabel | boolean | Not on Application Designer's statictext property sheet: written in XML only. Stock screens: 15 uses on 12 screens, values true (15). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · ASSET#qbe_date_s1_r1_c1_s1_st1 |
valign | string | Not on Application Designer's statictext property sheet: written in XML only. Stock screens: 5 uses on 3 screens, values CENTER (5). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · RCNCMPRULE#copy_new_section_new_statictext |
Example
<!-- WOTRACK · qbe_date_s1_r1_c1_s1_st1 -->
<statictext align="center" id="qbe_date_s1_r1_c1_s1_st1" label=""/>
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_STATICTEXT; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_statictext; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#qbe_date_s1_r1_c1_s1_st1