| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.Fx
Inheritance : Object
Constructors
| Signature |
| public Fx() |
Methods
| Name | Signature |
| fadeIn | Element fadeIn() |
| fadeIn | Element fadeIn(FxConfig fxOptions) |
| fadeOut | Element fadeOut() |
| fadeOut | Element fadeOut(FxConfig fxOptions) |
| frame | Element frame() |
| frame | Element frame(String color) |
| frame | Element frame(String color, int count) |
| frame | Element frame(String color, int count, FxConfig fxOptions) |
| ghost | Element ghost() |
| ghost | Element ghost(String anchor) |
| ghost | Element ghost(String anchor, FxConfig fxOptions) |
| hasActiveFx | boolean hasActiveFx() |
| hasFxBlock | boolean hasFxBlock() |
| highlight | Element highlight() |
| highlight | Element highlight(String color) |
| highlight | Element highlight(String color, FxConfig fxOptions) |
| pause | Element pause(int seconds) |
| puff | Element puff() |
| puff | Element puff(FxConfig fxOptions) |
| scale | Element scale(int width, int height) |
| scale | Element scale(int width, int height, FxConfig fxOptions) |
| sequenceFx | Element sequenceFx() |
| shift | Element shift(FxConfig fxOptions) |
| slideIn | Element slideIn() |
| slideIn | Element slideIn(String anchor) |
| slideIn | Element slideIn(String anchor, FxConfig fxOptions) |
| slideOut | Element slideOut() |
| slideOut | Element slideOut(String anchor) |
| slideOut | Element slideOut(String anchor, FxConfig fxOptions) |
| stopFx | Element stopFx() |
| switchOff | Element switchOff() |
| switchOff | Element switchOff(FxConfig fxOptions) |
| syncFx | Element syncFx() |
Properties
| Name | Type | Comment | |
| BOTTOM |
| ||
| BOTTOM_LEFT |
| ||
| BOTTOM_RIGHT |
| ||
| CENTER |
| ||
| LEFT |
| ||
| RIGHT |
| ||
| TOP |
| ||
| TOP_LEFT |
| ||
| TOP_RIGHT |
|
Constructors
|
public Fx() |
Methods
|
fadeIn Element fadeIn()
|
||||
|
fadeIn Element fadeIn(FxConfig fxOptions)
Parameters
|
||||||||||
|
fadeOut Element fadeOut()
|
||||
|
fadeOut Element fadeOut(FxConfig fxOptions)
Parameters
|
||||||||||
|
frame Element frame()
|
||||
|
frame Element frame(String color)
Parameters
|
||||||||||
|
frame Element frame(String color, int count)
Parameters
|
|||||||||||||
|
frame Element frame(String color, int count, FxConfig fxOptions)
Parameters
|
||||||||||||||||
|
ghost Element ghost()
|
||||
|
ghost Element ghost(String anchor)
Parameters
|
||||||||||
|
ghost Element ghost(String anchor, FxConfig fxOptions)
Parameters
|
|||||||||||||
|
hasActiveFx boolean hasActiveFx()
|
||||
|
hasFxBlock boolean hasFxBlock()
|
||||
|
highlight Element highlight()
|
||||
|
highlight Element highlight(String color)
Parameters
|
||||||||||
|
highlight Element highlight(String color, FxConfig fxOptions)
Parameters
|
|||||||||||||
|
pause Element pause(int seconds)
Parameters
|
||||||||||
|
puff Element puff()
|
||||
|
puff Element puff(FxConfig fxOptions)
Parameters
|
||||||||||
|
scale Element scale(int width, int height)
Parameters
|
|||||||||||||
|
scale Element scale(int width, int height, FxConfig fxOptions)
Parameters
|
||||||||||||||||
|
sequenceFx Element sequenceFx()
|
||||
|
shift Element shift(FxConfig fxOptions)
Parameters
|
||||||||||
|
slideIn Element slideIn()
|
||||
|
slideIn Element slideIn(String anchor)
Parameters
|
||||||||||
|
slideIn Element slideIn(String anchor, FxConfig fxOptions)
Parameters
|
|||||||||||||
|
slideOut Element slideOut()
|
||||
|
slideOut Element slideOut(String anchor)
Parameters
|
||||||||||
|
slideOut Element slideOut(String anchor, FxConfig fxOptions)
Parameters
|
|||||||||||||
|
stopFx Element stopFx()
|
||||
|
switchOff Element switchOff()
|
||||
|
switchOff Element switchOff(FxConfig fxOptions)
Parameters
|
||||||||||
|
syncFx Element syncFx()
|
||||
| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |