MoreMotion Face API

Class SuggestBoxManager

Object
   |
   +--SuggestBoxManager

class SuggestBoxManager


Manager Class that provides static methods for SuggestBox functionalities. A static object of this class is avaialable with name SBoxMgr.

var SBoxMgr = new SuggestBoxManager();

Defined in SuggestBox.js


Field Summary
 Object _currentBox
          
 
Constructor Summary
SuggestBoxManager()
           
 
Method Summary
 void cancelRequest(elmid)
           Cancels all the previous request that are in response pending status.
 Object getSuggestBox(node)
           Initializes and returns the SuggestBox object associated with the given DOM Node.
 boolean onBlur(node)
           Informs the specified SuggestBox Field object that its TEXT INPUT element has lost the focus.
 boolean onFocus(node)
           Informs the specified SuggestBox Field object that its TEXT INPUT element has got the focus.
 boolean onKeyDown(e,node)
           Informs the specified SuggestBox Field object that its TEXT INPUT element has fired an "onkeydown" event.
 boolean onKeyUp(e,node,params)
           Informs the specified SuggestBox Field object that its TEXT INPUT element has fired an "onkeyup" event.

Field Detail

_currentBox

Object _currentBox

Constructor Detail

SuggestBoxManager

SuggestBoxManager()

Method Detail

cancelRequest

void cancelRequest(elmid)

getSuggestBox

Object getSuggestBox(node)

onBlur

boolean onBlur(node)

onFocus

boolean onFocus(node)

onKeyDown

boolean onKeyDown(e,node)

onKeyUp

boolean onKeyUp(e,node,params)

MoreMotion Face API

Copyright 2002 - 2008, MOR YAZILIM
Documentation generated by JSDoc on Sat Apr 12 16:55:04 2008