2018.1

Table Of Contents
Note
The pattern image was created on www.patternify.com and is added as a data URI (see Data
URIs).
Showing hidden Foundation elements
In Capture OnTheGo templates based on the Foundation framework the .DESIGN selector can
be used to show elements that would otherwise be hidden in the Design view.
For example, to expand accordion elements and show validation errors in Design view, you
could add the following style rules to your template:
.DESIGN .accordion .accordion-navigation > .content {
display: block;
}
.DESIGN small.error {
display: block;
margin-top: -20px;
}
Designer User Interface
The main ingredients in the Designer's user interface are the following:
l "Menus" on page822
l "Toolbars" on page851
l "Resources pane" on page841
l "Outline pane" on page841
l "Attributes pane" on page834
l "Styles pane" on page848
l "Workspace" on page848
l "Data Model pane" on page836
l "Scripts pane" on page846
l "Preflight Results and Messages" on page839
Page 731