Presentation XML · Data controls
Radio Button <radiobutton>
One option of a radiobuttongroup.
Application Designer edits <radiobutton> through its "Radio Button Properties" dialog, backed by the CTRL_RADIOBUTTON object: 7 properties, 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 520 times on 40 screens, inside <radiobuttongroup> (520); it contains <sectionrow> (116), <textbox> (89), <labelwrappedtextbox> (31), <radiobuttongroup> (21), <blankline> (4).
Where it goes
Sits inside: <radiobuttongroup>. May contain: <sectionrow>, <textbox>, <labelwrappedtextbox>, <radiobuttongroup>, <blankline>, <sectioncol>.
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
label | string | Label. ALN 4000. Stock screens: 342 uses on 34 screens, values Non-operational (18), Operational (18), At this Time (9), Recurring (9), Immediate (7) … 181 distinct. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBUTTON.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#mandwntime_downtimetype_1_1 |
moreinformation | string | More information. ALN 200. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBUTTON.MOREINFORMATION; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab |
notifyportlets | boolean | Notify Portlets. YORN 1. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBUTTON.NOTIFYPORTLETS; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab |
value | string | Button Value. ALN 254. Stock screens: 519 uses on 39 screens, values 1 (65), 0 (55), 2 (27), onday (21), onfirstlast (21) … 96 distinct. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBUTTON.VALUE; 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#mandwntime_downtimetype_1_1 |
default | boolean | Not on Application Designer's radiobutton property sheet: written in XML only. Stock screens: 12 uses on 2 screens, values true (12). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · AUTOSCRIPT#objectdetail_main6_sec_1 |
labelstyle | string | Not on Application Designer's radiobutton property sheet: written in XML only. Stock screens: 5 uses on 3 screens, values font-weight:normal (5). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#ifimport_grid1a_1_1_type_3 |
valign | string | Not on Application Designer's radiobutton property sheet: written in XML only. Stock screens: 21 uses on 7 screens, values top (21). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#lds_permonth |
Example
<!-- WOTRACK · mandwntime_downtimetype_1_1 -->
<radiobutton id="mandwntime_downtimetype_1_1" label="Operational" value="1"/>
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBUTTON; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_radiobutton; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#mandwntime_downtimetype_1_1