Class NumberManager
Object
|
+--NumberManager
- class
NumberManager
Manager Class that provides static methods to manage NumberBox and NumberDialog objects. A static object of this class
is avaialable with name NumMgr
.
var NumMgr = new NumberManager();
Defined in Number.js
Method Summary |
boolean
|
formatInput(node,blur)
Formats the users input on the given HTML TEXT INPUT element.
|
boolean
|
formatLeftPart(node,blur)
Formats the users input on the left part of the NumberDialog
This method should be called by the onkeyup event of the
|
boolean
|
formatRightPart(node,blur)
Formats the users input on the right part of the NumberDialog
This method should be called by the onkeyup event of the
|
NumberManager
NumberManager()
formatInput
boolean formatInput(node,blur)
Formats the users input on the given HTML TEXT INPUT
element.
This method should be called by the onkeyup event.
Parameters:
node
- The DOM Node of the TEXT INPUT
element
blur
- true when called by the blur event
Returns:
true
if formating is successful
formatLeftPart
boolean formatLeftPart(node,blur)
Formats the users input on the left part of the NumberDialog
This method should be called by the onkeyup event of the
Parameters:
node
- The DOM Node of the TEXT INPUT
element
blur
- true when called by the blur event
Returns:
true
if formating is successful
formatRightPart
boolean formatRightPart(node,blur)
Formats the users input on the right part of the NumberDialog
This method should be called by the onkeyup event of the
Parameters:
node
- The DOM Node of the TEXT INPUT
element
blur
- true when called by the blur event
Returns:
true
if formating is successful
Copyright 2002 - 2008, MOR YAZILIM
Documentation generated by
JSDoc on Mon Sep 29 14:52:55 2008