Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Common BrightSign Methods:

AddEventListener

addEventListener(): Use this method to listen for an event.

Syntax:

Code Block
languagejs
target.addEventListener(type, listener callback);
  • type (string): Add an event listener when this type of event occurs?
  • listener (function): The event listener?
  • callback (object):?


REMOVEEventListener

removeEventListener(): Use this method to remove an event listener.

Syntax:


Reserved for BrightSign Use Only:

checkPassword()

getDigestHash()

toJSON()