2022.2

Table Of Contents
TheCOTGJavaScriptlibraryoffersoptionsandcustom eventsforCOTGwidgetstosupportevent-
basedprogramminginCaptureOnTheGoForms.Forexample:yourcodecanautomaticallysetadate
foraDatefieldandretrievetheGeolocationassoonasaformhasbeensigned.
AllavailableoptionsandeventsarelistedintheCaptureOnTheGoAPI:"CaptureOnTheGoAPI"on
page557.
Note: Optionsandcustomeventswerenotavailableinthecotg-1.x.jsversionsofthelib-
rary.Theyhavebeenintroductioninversion2.0.0withConnect1.8.
WithOLConnect2021.1theCOTGlibraryhasbeenupdatedtoversion2.1.0tosupport
nestedfieldstablesinCOTGFieldsTableelements.Thisalsofixedanissuewiththe
COTGCameraWidgetthatoccurredwhenitwasusedinaCOTGFieldsTable.
ThistopicexplainsindetailhowtoaddtheCOTGplugin,howtochangethedefaultsforCOTGwidgets
andhowtouseevents.
HowtoaddCOTGelementstoaFormdynamicallyisexplainedinanothertopic:"Dynamicallyadding
COTGwidgets"onpage548.
ItisassumedthatyouhaveabasicunderstandingofHTMLforms,CSS,JavaScript,andjQuery.
ExamplesonthispageusejQuery.
About jQuery
ThisversionoftheCOTGlibraryisentirelybasedonjQuery.jQueryisaJavaScriptlibrarythatmakesit
veryeasytoselectelementsinawebpageusingHTMLandCSSselectors,andtomanipulatethose
elements.YouwillneedtousejQuerytodynamicallyaddwidgetstoaCOTGForm.Ifyouarenewtoit,
spendafewminutesonlearningit-it'sthateasy.Formoreinformation,see:https://jquery.com/.and
http://learn.jquery.com/.
Addingtheplugin
WhenyoucreateatemplatewithaCOTGTemplateWizard(see"CaptureOnTheGotemplatewizards"
onpage525),theDesignerautomaticallyaddsthejQuerylibraryv.3.5andtheCOTGlibrary:cotg-
2.1.0.js.
ThisalsohappenswhenyouaddaCaptureOnTheGo(COTG)elementtoatemplatethatyoudidn't
startwithaCOTGtemplatewizard.
IfatemplatecontainsanearlierversionoftheCOTGlibrary,thenewestversionwillbeaddedtothe
resources,butyouwillbeaskedwhichversionofthelibraryyouprefertouse.Yourpreferredlibrarywill
beincludedinthesection(see:"Includesdialog"onpage890).
Page 546