Skip to content
Yannick Ebongue edited this page Dec 5, 2016 · 5 revisions

cancel( event, ui )

Type: pinpadcancel

Triggered when the cancel button is clicked.

Note: The ui object is empty but included for consistency with other events.


change( event, ui )

Type: pinpadchange

Triggered when the value of the pinpad changes.

Note: The ui object is empty but included for consistency with other events.


close( event, ui )

Type: pinpadclose

Triggered when the pinpad is closed.

Note: The ui object is empty but included for consistency with other events.


confirm( event, ui )

Type: pinpadconfirm

Triggered when the confirm button is clicked.

Note: The ui object is empty but included for consistency with other events.


create( event, ui )

Type: pinpadcreate

Triggered when the pinpad is created.

  • event
    Type: Event
  • ui
    Type: Object
    • options
      Type: Object
      The options hash of this pinpad.

keypress( event, ui )

Type: pinpadkeypress

Triggered when the pinpad is about to insert the value of a key.

  • event
    Type: Event
  • ui
    Type: Object
    • keyCode
      Type: Number
      The key code value of the pressed key.

open( event, ui )

Type: pinpadopen

Triggered when the pinpad is opened.

Note: The ui object is empty but included for consistency with other events.