2022.2

Table Of Contents
Pretty print options
IntheSourceviewtheHTMLsourceofthetemplateis"prettyprinted"(thatis:formatted,addingnew
linesandindentation)tomakeitmorereadable.
Whenthisisundesirable,theSourceviewformattingcanbeturnedofffor(partsof)asectionbyadding
<!--format:off-->inSourceview,atthebeginningofthetextorinbetweentwoHTMLelements.From
thatpointon,prettyprintingwillbedisabledforthatsection.Use<!--format:smart-->or<!--form-
at:auto-->toturntheformattingbackon.
Theseareallformatoptions:
l
<!--format:off-->turnstheformattingoff
l
<!--format:smart-->or<!--format:auto-->turnstheformattingbackon.
l
<!--format:collapse-->forcesthefollowingHTMLelementstobecollapsed.
l
<!--format:expand-->forcesthefollowingHTMLelementstobeexpanded.
Example
ThisexampleshowshowtoturnprettyprintingoffforonespecificHTMLelement:aDivelement.
<p>In a "pretty printed" paragraph
<br>text is indented automatically on the Source tab.
</p>
<!-- format:off --><div anchor="page_media_0" style="font-family: Lucida Con-
sole,monospace; line-height: 1.2; white-space: pre-wrap; position: absolute;
overflow: hidden; -moz-box-sizing: border-box; width: 675px; height: 68px;
top: 209.967px; left: 65.4px;" offset-x="103.19999694824219" offset-
y="247.76666259765625">@Header1@ </div><!-- format:auto-->
Toolbars
ThistopicliststhebuttonsthatareavailableinthetoptoolbaroftheDesignermodule.
ForadescriptionofthebuttonsatthetopoftheWorkspace,see"Workspace"onpage531.
Filemanipulation
l
New:DisplaystheNewWizardwhereanewdatamappingconfigurationoranewtemplate
canbecreated.
l
Open:DisplaystheOpendialogtoopenanexistingtemplate.
l
Save:Savesthecurrenttemplate.Ifthetemplatehasneverbeensaved,theSaveAs...dia-
logisdisplayed.
Page 533