Presentation XML · Containers
Button Group <buttongroup>
A row of push buttons, under a table, in a dialog footer or on a tab.
Application Designer edits <buttongroup> through its "Button Group Properties" dialog, backed by the CTRL_BUTTONGROUP object: 7 properties, each with the type, length and value list the product itself declares. The stock screens write 2 further attributes the property sheet does not show.
In the 204 stock presentations it appears 4448 times on 198 screens, inside <dialog> (2769), <table> (1135), <section> (383), <sectioncol> (93); it contains <pushbutton> (7749), <doclinkuploadbutton> (16), <buttonautoclick> (6), <textbox> (5), <uploadfile> (3).
Where it goes
Sits inside: <dialog>, <table>, <section>, <sectioncol>. May contain: <pushbutton>, <doclinkuploadbutton>, <buttonautoclick>, <textbox>, <uploadfile>, <hyperlink>.
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
align | center | left | right | Button Alignment. LOWER 7, domain ALIGN. Stock screens: 169 uses on 20 screens. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_BUTTONGROUP.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/*) · ITEM#additemsbulksrch_grid1_1_0_grid200_46_0 |
label | string | Label. ALN 4000. Stock screens: 2 uses on 2 screens, values Configure the appearance of Linear object symbols in the Linear Visual Control display. (1), Did this solution help you resolve your issue? (1). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_BUTTONGROUP.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/*) · MULTISITE#lvcSymbology_btn |
labelalign | center | left | right | Text Alignment. LOWER 7, domain ALIGN. Stock screens: 14 uses on 5 screens. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_BUTTONGROUP.LABELALIGN; 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/*) · MULTISITE#lvcSymbology_btn |
show | boolean | Show Container. YORN 1. Stock screens: 103 uses on 23 screens, values true (78), false (25). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_BUTTONGROUP.SHOW; 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#additems_buttongroup |
licensekey | string | Not on Application Designer's buttongroup property sheet: written in XML only. Stock screens: 2 uses on 2 screens, values LINEAR (1), SHIFTBREAK (1). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · CALENDR#da_ptrn_table_buttons |
width | int | Not on Application Designer's buttongroup property sheet: written in XML only. Stock screens: 10 uses on 3 screens, values 260 (8), 100 (2). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · SCHEDACM#skdcompliance_table_buttongroup1 |
Example
<!-- WOTRACK · work_multiassetlocci_table_2 -->
<buttongroup id="work_multiassetlocci_table_2">
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_BUTTONGROUP; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_buttongroup; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#work_multiassetlocci_table_2