2018.2

Table Of Contents
overflow: hidden;
text-overflow: clip;
}
p.toc-entry .dots::after {
font-weight: normal;
content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}
p.toc-entry .number {
flex-shrink: 1;
text-align: right;
font-weight: bold;
}
These styles make use of the CSS Flexbox Layout Module. For more information about that,
see W3schools: CSS Flexbox.
Designer User Interface
The main ingredients in the Designer's user interface are the following:
l "Menus" on page851
l "Toolbars" on page910
l "Resources pane" on page872
l "Outline pane" on page871
l "Attributes pane" on page864
l "Styles pane" on page880
l "Workspace" on page881 (Source, Design and Preview tabs)
l "Data Model pane" on page866
l "Scripts pane" on page877
l "Preflight Results and Messages" on page869
Page 772