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


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.
 void navigateTo(elmid, page)
          
 Object navigateWithMouse(elmid, page)
          
 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.

Constructor Detail

SuggestBoxManager

SuggestBoxManager()

Method Detail

cancelRequest

void cancelRequest(elmid)

getSuggestBox

Object getSuggestBox(node)

navigateTo

void navigateTo(elmid, page)

navigateWithMouse

Object navigateWithMouse(elmid, page)

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 Mon Sep 29 14:52:55 2008