2018.1

Table Of Contents
Option Description Type Default
stampFontSize The time stamp's font size: small,
medium, or large.
String 'medium'
Events
The Camera listens for the following custom events.
Event Description
clear.cotg Removes the picture.
save-
state.cotg
Saves the path of the current picture to the local storage of the COTG app.
restore-
state.cotg
Restores the state of the widget when the form is reopened in the COTG app,
after the app has restored previously entered values of static input fields.
The Camera broadcasts the following events.
Event Description
clear.cotg Fired after the user has clicked the Clear button.
set.cotg Fired after the user has taken or selected a picture.
Date and Formatted Date
cotgDatePicker()
Initializing a Date or Formatted Date element prepares it for user interaction.
Example: $('myDatePicker').cotgDatePicker();
Note that the difference between a Date and a Formatted Date is laid down in the HTML
structure of the element.
Page 513