Presentation XML · Containers
Section Column <sectioncol>
One column of a sectionrow; holds a section of fields.
Application Designer edits <sectioncol> through its "Section Column Properties" dialog, backed by the CTRL_SECTIONCOL object: 3 properties, each with the type, length and value list the product itself declares. The stock screens write 9 further attributes the property sheet does not show.
In the 204 stock presentations it appears 10925 times on 193 screens, inside <sectionrow> (10686), <section> (228), <tabledetails> (4), <radiobuttongroup> (3); it contains <section> (9861), <textbox> (880), <table> (290), <checkbox> (252), <multiparttextbox> (118).
Where it goes
Sits inside: <sectionrow>, <section>. May contain: <section>, <textbox>, <table>, <checkbox>, <multiparttextbox>, <buttongroup>, <blankline>, <helpgrid>, <combobox>, <radiobuttongroup>, <pushbutton>, <statictext>, <tree>, <sectionrow>.
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
align | string | Not on Application Designer's sectioncol property sheet: written in XML only. Stock screens: 14 uses on 3 screens, values right (9), left (3), center (2). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · DEPLCOLLS#dmdefexcpt_table_col1 |
border | boolean | Not on Application Designer's sectioncol property sheet: written in XML only. Stock screens: 5 uses on 1 screen, values false (5). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#calc_expression_section_1 |
datasrc | control-id | Not on Application Designer's sectioncol property sheet: written in XML only. Stock screens: 8 uses on 8 screens, values expbuilder (8). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#exp_panel_1_r1_c1 |
inputmode | string | Not on Application Designer's sectioncol property sheet: written in XML only. Stock screens: 2 uses on 2 screens, values readonly (1), required (1). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#swapdep_section1_row1_col2 |
label | string | Not on Application Designer's sectioncol property sheet: written in XML only. Stock screens: 14 uses on 3 screens, values Details (12), Default classification (2). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · BIMPROJECT#oc_hist_upload_tab_1_1_1 |
layout | string | Not on Application Designer's sectioncol property sheet: written in XML only. Stock screens: 8 uses on 8 screens, values vertical (8). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#exp_panel_1_r1_c1 |
licensekey | string | Not on Application Designer's sectioncol property sheet: written in XML only. Stock screens: 11 uses on 6 screens, values AVIATIONMRO (2), EVERYPLACE (2), SCHEDULER_OPT (2), SPATIAL (2), COLLABORATE (1) … 7 distinct. | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · DESIGNER#main_grid1_row1_col1b |
useproportionalcols | boolean | Not on Application Designer's sectioncol property sheet: written in XML only. Stock screens: 5 uses on 1 screen, values true (5). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#calc_expression_section_1 |
width | string | Not on Application Designer's sectioncol property sheet: written in XML only. Stock screens: 351 uses on 16 screens, values 33% (202), 50% (76), 25% (36), 100% (13), 250 (5) … 14 distinct. | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#plans_task_status |
Example
<!-- WOTRACK · plans_task_status -->
<sectioncol id="plans_task_status" width="33%">
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_SECTIONCOL; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_sectioncol; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#plans_task_status