Assetize

Presentation XML · Actions

Toolbar Section <toolbarsection>

A section of the toolbar.

<toolbarsection> has no Application Designer property sheet: it is written by the framework or an add-on and edited in XML. Its properties are the attributes the stock screens actually use.

In the 204 stock presentations it appears 39 times on 1 screen, inside <toolbar> (39); it contains <dynamictoolbar> (20), <toolbaractions> (8), <toolbarcombobox> (8), <quicksearch> (3).

Where it goes

Sits inside: <toolbar>. May contain: <dynamictoolbar>, <toolbaractions>, <toolbarcombobox>, <quicksearch>.

Properties

PropertyValueWhat it doesSource
hidewhenstringNot on Application Designer's toolbarsection property sheet: written in XML only. Stock screens: 17 uses on 1 screen, values {mobile}==true (17).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#toolbarsection1

Example

<!-- LIBRARY · toolbarsection1 -->
<toolbarsection hidewhen="{mobile}==true" id="toolbarsection1">

Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#toolbarsection1