Presentation XML · Containers
Section Row <sectionrow>
Splits a section horizontally into columns; the only way to lay fields side by side.
Application Designer edits <sectionrow> through its "Section Row Properties" dialog, backed by the CTRL_SECTIONROW object: 3 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 5168 times on 193 screens, inside <section> (4897), <dialog> (119), <radiobutton> (116), <sectioncol> (20); it contains <sectioncol> (10686), <section> (64), <textbox> (47), <multiparttextbox> (29), <checkbox> (17).
Where it goes
Sits inside: <section>, <dialog>, <radiobutton>. May contain: <sectioncol>, <section>, <textbox>, <multiparttextbox>, <checkbox>, <buttongroup>, <multilinetextbox>, <table>, <blankline>, <sectionrow>, <helpgrid>, <oslcinteraction>, <uploadfile>, <radiobuttongroup>.
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
border | boolean | Not on Application Designer's sectionrow property sheet: written in XML only. Stock screens: 8 uses on 2 screens, values false (8). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#sum_summary_text_section |
label | string | Not on Application Designer's sectionrow property sheet: written in XML only. Stock screens: 6 uses on 2 screens, values Details (6). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · DEPLCOLLS#configuration_table_details_row |
licensekey | string | Not on Application Designer's sectionrow property sheet: written in XML only. Stock screens: 19 uses on 12 screens, values CALIBRATION (15), SERVICEADDRESS (4). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#qbe_caldate_s1_r5 |
Example
<!-- WOTRACK · qbe_caldate_s1_r5 -->
<sectionrow id="qbe_caldate_s1_r5" licensekey="CALIBRATION">
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_SECTIONROW; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_sectionrow; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#qbe_caldate_s1_r5