2022.2

Table Of Contents
ThistopicexplainshowtoaddaControlScriptanditgivesanoverviewofwhatControlScriptscando.
Itwillalsotellyouwhereyouwillfindinformationabouteachfeature,includingexamples.
Thebasicsofscript-writingintheDesignerareexplainedinthefollowingtopic:"Writingyourown
scripts"onpage368.
WhatControlScriptsare
ControlScriptsareaspecialkindofDesignerscript.Theycanmanipulatethewayoutputisgenerated
fromatemplate.Theyallowyou,forexample,tochangethepagenumberinginPrintoutput,tosplit
onegeneratedPrintdocumentintomultipleEmailattachments,ortosetaPrintsection'sbackground
dynamically.(Theseareonlyafewexamples;formoreusesofControlScriptssee"WhattouseaCon-
trolScriptfor"onthenextpage.)
ControlScriptsdifferfromStandardscriptsintwoways:
l
ControlScriptsrunbeforeallotherscripts.Whenatemplateconsistsofseveralcontexts,and
thesecontextsarecombinedintheoutput-forexample,whenanEmailisgeneratedwiththe
Printcontextasattachment-allscriptsrunonceforeachcontext,butControlScriptsalwaysgo
first.
l
ControlScriptsdo not touch the content-meaning,thetextflow-ofthesections.
Theydon'thaveaselector,liketheotherscriptsdo.Aselectorselectspartsofthecontentofa
sectionandstoresthemintheresultsobject,sothattheycanbemodifiedinthescript.AsCon-
trolScriptsdon'thaveaselector,theresultsobjectcan'tbeusedthere.
Similarly,thequery()function,whichisusedtoselectcontentfromwithinascript,isunavail-
ableinaControlScript.
AddingaControlScript
ToaddaControlScript:
1. OntheScriptspaneatthebottomleft,clicktheblacktriangleontheNewbuttonandclickCon-
trol Script.Anewscriptappearsinthelist.
2. Double-clickthenewscripttoopenit.Thescripteditorappears.
3. Changethenameofthescriptsothatitreflectswhatthescriptdoes.
Note: Scriptscanonlyhavethesamenamewhentheyarenotinthesamefolder.
4. Writethescript;seethe"ControlScriptAPI"onpage815.Ifyouarenotfamiliarwithscripting,
alsosee"Writingyourownscripts"onpage368.
Page 398