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

wrap.ext.Shadow

Inheritance : Object

Constructors

Signature
public Shadow(ShadowConfig shadowArguments)

Methods

NameSignature
hidevoid hide()
isVisibleboolean isVisible()
realignvoid realign(int left, int top, int width, int height)
setZIndexvoid setZIndex(int zIndex)
showvoid show(String elementId)
showvoid show(Element element)
showvoid show(HTMLElement element)

Constructors

public Shadow(ShadowConfig shadowArguments)

Parameters

NameTypeDescription
shadowArgumentswrap.ext.types.ShadowConfig



Methods

hide

void hide()


isVisible

boolean isVisible()

Returns
core.boolean

realign

void realign(int left, int top, int width, int height)

Parameters

NameTypeDescription
leftcore.int
topcore.int
widthcore.int
heightcore.int

setZIndex

void setZIndex(int zIndex)

Parameters

NameTypeDescription
zIndexcore.int

show

void show(String elementId)

Parameters

NameTypeDescription
elementIdcore.String

show

void show(Element element)

Parameters

NameTypeDescription
elementwrap.ext.Element

show

void show(HTMLElement element)

Parameters

NameTypeDescription
elementorg.milescript.dom.HTMLElement

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