Type aliases
BeforeShowListener
Before
ShowListener: (this: HTMLInputElement | HTMLTextAreaElement, division: JQuery, instance: KeypadInstance) => void
Type declaration
-
-
Parameters
-
this: HTMLInputElement | HTMLTextAreaElement
-
-
Returns void
CloseListener
Close
Listener: (this: HTMLInputElement | HTMLTextAreaElement, inputFieldValue: string, instance: KeypadInstance) => void
Type declaration
-
- (this: HTMLInputElement | HTMLTextAreaElement, inputFieldValue: string, instance: KeypadInstance): void
-
Parameters
-
this: HTMLInputElement | HTMLTextAreaElement
-
inputFieldValue: string
-
Returns void
KeypressListener
Keypress
Listener: (this: HTMLInputElement | HTMLTextAreaElement, currentKey: string, inputFieldValue: string, instance: KeypadInstance) => void
Type declaration
-
- (this: HTMLInputElement | HTMLTextAreaElement, currentKey: string, inputFieldValue: string, instance: KeypadInstance): void
-
Parameters
-
this: HTMLInputElement | HTMLTextAreaElement
-
currentKey: string
-
inputFieldValue: string
-
Returns void
Namespace for the jQuery keypad plugin.
This plugin attaches a popup keyboard to a text field for mouse-driven entry or adds an inline keypad in a division or span.
See http://keith-wood.name/keypad.html and https://github.com/kbwood/keypad