Assetize

Presentation XML · Containers

Tab Group <tabgroup>

Holds the tabs of an application; the List tab and the record tabs are its children.

Application Designer edits <tabgroup> through its "Tab Group Properties" dialog, backed by the CTRL_TABGROUP object: 6 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 479 times on 198 screens, inside <clientarea> (199), <dialog> (154), <tab> (93), <tabledetails> (15); it contains <tab> (1490), <datasrc> (5), <spatialdispatcherctrl> (1).

Where it goes

Sits inside: <clientarea>, <dialog>, <tab>, <tabledetails>, <section>. May contain: <tab>, <datasrc>, <spatialdispatcherctrl>.

Properties

PropertyValueWhat it doesSource
formatcarddeck | default | wizardFormat. LOWER 50, domain TABGROUPFORMAT. Stock screens: 51 uses on 47 screens.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TABGROUP.FORMAT; 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#createreq_tabgroup
styleformStyle. LOWER 50, domain TABGROUPSTYLE. Stock screens: 197 uses on 188 screens.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TABGROUP.STYLE; 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#maintabs
tabchangeeventstringChange Event. ALN 128. Not used by any stock presentation.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TABGROUP.TABCHANGEEVENT; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab
titleparamattributestringNot on Application Designer's tabgroup property sheet: written in XML only. Stock screens: 7 uses on 4 screens, values rec.wonum (6), rec.instancename (1).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#plans_plans
typestringNot on Application Designer's tabgroup property sheet: written in XML only. Stock screens: 5 uses on 1 screen, values import (5).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · BIMPROJECT#omniclass_tabs

Example

<!-- WOTRACK · maintabs -->
<tabgroup id="maintabs" style="form">

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