|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--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 |
Boolean centralize
Object element
Function onHide
Function onShow
Object parent
| Constructor Detail |
Throbber(<Object> opts)
opts - Options
| Method Detail |
void hide()
Boolean isActive()
void setup()
void show()
|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||