2018.1

Table Of Contents
Repository ID
cotgRepositoryId()
Initializing a new Repository ID puts the current Repository ID in the hidden input of this
element. The Repository ID is based on the currently logged on COTG user.
Example: $('#myRepID').cotgRepositoryId();
Events
The Repository ID element listens for the following custom events.
Event Description
clear.cotg
Removes the Repositiory ID data.
The Repository ID element broadcasts the following event.
Event Description
set.cotg This event is fired during initialization of the element, after setting its value to the
current Repository ID.
Signature
cotgSignature()
Initializing a new Signature element prepares it for user interaction.
Example: $('#mySignature').cotgSignature();
Events
The Signature element listens for the following custom events.
Field Description
clear.cotg Removes the signature drawing and data.
Page 519