Module:libextPackage:wrap.extParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ext.Fx

Inheritance : Object

Constructors

Signature
public Fx()

Methods

NameSignature
fadeInElement fadeIn()
fadeInElement fadeIn(FxConfig fxOptions)
fadeOutElement fadeOut()
fadeOutElement fadeOut(FxConfig fxOptions)
frameElement frame()
frameElement frame(String color)
frameElement frame(String color, int count)
frameElement frame(String color, int count, FxConfig fxOptions)
ghostElement ghost()
ghostElement ghost(String anchor)
ghostElement ghost(String anchor, FxConfig fxOptions)
hasActiveFxboolean hasActiveFx()
hasFxBlockboolean hasFxBlock()
highlightElement highlight()
highlightElement highlight(String color)
highlightElement highlight(String color, FxConfig fxOptions)
pauseElement pause(int seconds)
puffElement puff()
puffElement puff(FxConfig fxOptions)
scaleElement scale(int width, int height)
scaleElement scale(int width, int height, FxConfig fxOptions)
sequenceFxElement sequenceFx()
shiftElement shift(FxConfig fxOptions)
slideInElement slideIn()
slideInElement slideIn(String anchor)
slideInElement slideIn(String anchor, FxConfig fxOptions)
slideOutElement slideOut()
slideOutElement slideOut(String anchor)
slideOutElement slideOut(String anchor, FxConfig fxOptions)
stopFxElement stopFx()
switchOffElement switchOff()
switchOffElement switchOff(FxConfig fxOptions)
syncFxElement syncFx()

Properties

NameTypeComment
BOTTOM
core.String
BOTTOM_LEFT
core.String
BOTTOM_RIGHT
core.String
CENTER
core.String
LEFT
core.String
RIGHT
core.String
TOP
core.String
TOP_LEFT
core.String
TOP_RIGHT
core.String

Constructors

public Fx()


Methods

fadeIn

Element fadeIn()

Returns
wrap.ext.Element

fadeIn

Element fadeIn(FxConfig fxOptions)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
fxOptionswrap.ext.types.FxConfig

fadeOut

Element fadeOut()

Returns
wrap.ext.Element

fadeOut

Element fadeOut(FxConfig fxOptions)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
fxOptionswrap.ext.types.FxConfig

frame

Element frame()

Returns
wrap.ext.Element

frame

Element frame(String color)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
colorcore.String

frame

Element frame(String color, int count)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
colorcore.String
countcore.int

frame

Element frame(String color, int count, FxConfig fxOptions)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
colorcore.String
countcore.int
fxOptionswrap.ext.types.FxConfig

ghost

Element ghost()

Returns
wrap.ext.Element

ghost

Element ghost(String anchor)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
anchorcore.String

ghost

Element ghost(String anchor, FxConfig fxOptions)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
anchorcore.String
fxOptionswrap.ext.types.FxConfig

hasActiveFx

boolean hasActiveFx()

Returns
core.boolean

hasFxBlock

boolean hasFxBlock()

Returns
core.boolean

highlight

Element highlight()

Returns
wrap.ext.Element

highlight

Element highlight(String color)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
colorcore.String

highlight

Element highlight(String color, FxConfig fxOptions)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
colorcore.String
fxOptionswrap.ext.types.FxConfig

pause

Element pause(int seconds)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
secondscore.int

puff

Element puff()

Returns
wrap.ext.Element

puff

Element puff(FxConfig fxOptions)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
fxOptionswrap.ext.types.FxConfig

scale

Element scale(int width, int height)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
widthcore.int
heightcore.int

scale

Element scale(int width, int height, FxConfig fxOptions)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
widthcore.int
heightcore.int
fxOptionswrap.ext.types.FxConfig

sequenceFx

Element sequenceFx()

Returns
wrap.ext.Element

shift

Element shift(FxConfig fxOptions)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
fxOptionswrap.ext.types.FxConfig

slideIn

Element slideIn()

Returns
wrap.ext.Element

slideIn

Element slideIn(String anchor)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
anchorcore.String

slideIn

Element slideIn(String anchor, FxConfig fxOptions)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
anchorcore.String
fxOptionswrap.ext.types.FxConfig

slideOut

Element slideOut()

Returns
wrap.ext.Element

slideOut

Element slideOut(String anchor)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
anchorcore.String

slideOut

Element slideOut(String anchor, FxConfig fxOptions)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
anchorcore.String
fxOptionswrap.ext.types.FxConfig

stopFx

Element stopFx()

Returns
wrap.ext.Element

switchOff

Element switchOff()

Returns
wrap.ext.Element

switchOff

Element switchOff(FxConfig fxOptions)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
fxOptionswrap.ext.types.FxConfig

syncFx

Element syncFx()

Returns
wrap.ext.Element

Module:libextPackage:wrap.extParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation