PHP2Go Javascript Framework

Class Throbber

Object
   |
   +--Throbber

class Throbber

Defined in util/throbber.js


Field Summary
 Boolean centralize
          Whether to centralize the throbber in its parent
 Object element
          The throbber
 Function onHide
          onHide handler function
 Function onShow
          onShow handler function
 Object parent
          Parent element (by position)
 
Constructor Summary
Throbber (<Object> opts)
            A throbber is a graphic element used to indicate that an action is being performed.
 
Method Summary
 void hide()
           Hide the trobber
 Boolean isActive()
           Verify if throbber is currently active (visible)
 void setup()
           Initializes throbber element and handler functions
 void show()
           Turn on throbber's visibility

Field Detail

centralize

Boolean centralize

element

Object element

onHide

Function onHide

onShow

Function onShow

parent

Object parent

Constructor Detail

Throbber

Throbber(<Object> opts)

Method Detail

hide

void hide()

isActive

Boolean isActive()

setup

void setup()

show

void show()

PHP2Go Javascript Framework

Copyright © 2002-2006 by Marcos Pont
Documentation generated by JSDoc on Sun Oct 7 19:52:10 2007