Assetize

Presentation XML · Data controls

Radio Button Group <radiobuttongroup>

A set of mutually exclusive options bound to one attribute.

Application Designer edits <radiobuttongroup> through its "Radio Button Group Properties" dialog, backed by the CTRL_RADIOBTNGRP object: 15 properties (9 on the General tab, 6 on Advanced), each with the type, length and value list the product itself declares. The stock screens write 4 further attributes the property sheet does not show.

In the 204 stock presentations it appears 233 times on 50 screens, inside <section> (165), <sectioncol> (41), <radiobutton> (21), <dialog> (4); it contains <radiobutton> (520), <sectioncol> (3), <blankline> (1), <buttongroup> (1), <textbox> (1).

Where it goes

Sits inside: <section>, <sectioncol>, <radiobutton>. May contain: <radiobutton>, <sectioncol>, <blankline>, <buttongroup>, <textbox>.

Properties

PropertyValueWhat it doesSource
aligncenter | left | rightText Alignment. LOWER 7, domain ALIGN. Stock screens: 1 use on 1 screen.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBTNGRP.ALIGN; 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/*) · LIBRARY#myProfileDefaultRBG1
borderbooleanShow Border. YORN 1. Stock screens: 187 uses on 38 screens, values false (109), true (78).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBTNGRP.BORDER; 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#duplicate_grid1_1_1_grid6
dataattributeattributeAttribute. UPPER 254. Stock screens: 232 uses on 49 screens, values radiomonth (17), repeat (17), dupflag (14), SAFETYPLAN_LOOKUP_LIST_TYPE (9), constrainttype (8) … 97 distinct.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBTNGRP.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/*) · WOTRACK#duplicate_grid1_1_1_grid6
datasrccontrol-idData Source ID. ALN 128. Stock screens: 1 use on 1 screen, values MAINRECORD (1).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBTNGRP.DATASRC; 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#selectslas_radio
descattributestringDescription Attribute. UPPER 254. Stock screens: 2 uses on 1 screen, values instruction (2).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBTNGRP.DESCATTRIBUTE; 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#inputwf_t2
hidelabelbooleanHidel Label. YORN 1. Stock screens: 136 uses on 32 screens, values true (127), false (9).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBTNGRP.HIDELABEL; 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#duplicate_grid1_1_1_grid6
inputmodedefault | password | passwordreadonly | passwordrequired | query | readonly | requiredInput Mode. LOWER 18, domain INPUTMODE. Not used by any stock presentation.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBTNGRP.INPUTMODE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · Advanced tab
labelstringLabel. ALN 4000. Stock screens: 57 uses on 18 screens, values . (5), (2), Default File Type (2), System of Record (2), Top Level Asset on Asset Tab (2) … 49 distinct.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBTNGRP.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/*) · LIBRARY#selectslas_radio
orientationhorizontal | verticalButton Orientation. LOWER 18, domain ORIENTATION. Not used by any stock presentation.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBTNGRP.ORIENTATION
synchronousbooleanAlways Synchronous. YORN 1. Stock screens: 18 uses on 9 screens, values true (18).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBTNGRP.SYNCHRONOUS; 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/*) · AUTOSCRIPT#scriptiface_rb
updateonchangerefreshtable | resetchildrenChange Event. LOWER 22, domain CHANGEEVENT. Not used by any stock presentation.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBTNGRP.UPDATEONCHANGE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · Advanced tab
valueattributestringValue Attribute. UPPER 254. Stock screens: 2 uses on 1 screen, values actionid (2).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RADIOBTNGRP.VALUEATTRIBUTE; 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#inputwf_t2
heightintNot on Application Designer's radiobuttongroup property sheet: written in XML only. Stock screens: 9 uses on 6 screens, values 125 (9).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#viewschconf_sec_btngrp
ondatachangestringNot on Application Designer's radiobuttongroup property sheet: written in XML only. Stock screens: 4 uses on 3 screens, values resetchildren (4).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#reportformat_stylebg
staticbooleanNot on Application Designer's radiobuttongroup property sheet: written in XML only. Stock screens: 38 uses on 7 screens, values true (38).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#lookup_date_selector_per
titlestringNot on Application Designer's radiobuttongroup property sheet: written in XML only. Stock screens: 12 uses on 5 screens, values Select File Type (5), Select script (5), POST/GET (1), Update Criteria (1).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#ifimport_grid1a_1_1_type

Example

<!-- WOTRACK · duplicate_grid1_1_1_grid6 -->
<radiobuttongroup border="false" dataattribute="dupflag" hidelabel="true" id="duplicate_grid1_1_1_grid6"/>

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