Presentation XML · Navigation and reuse
Titlebar <titlebar>
Framework control: 17 uses across 5 stock screens, inside <header>.
<titlebar> 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 17 times on 5 screens, inside <header> (17); it contains <hyperlink> (59), <gotolink> (9), <accessiblelink> (8), <bulletinboardlink> (8), <performancelink> (8).
Where it goes
Sits inside: <header>. May contain: <hyperlink>, <gotolink>, <accessiblelink>, <bulletinboardlink>, <performancelink>, <webreplaylink>.
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
hidewhen | string | Not on Application Designer's titlebar property sheet: written in XML only. Stock screens: 8 uses on 1 screen, values {mobile}==false (4), {mobile}==true (4). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#pageTitlebar |
Example
<!-- LIBRARY · pageTitlebarMobile -->
<titlebar height="20" hidewhen="{mobile}==false" id="pageTitlebarMobile">
Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#pageTitlebarMobile