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

wrap.ext.Tip

Inheritance : Object : Observable : Component : BoxComponent : Container : Panel

Constructors

Signature
public Tip(TipConfig config)

Methods

NameSignature
showAtvoid showAt(Array<int> xy)
showByvoid showBy(Element element)
showByvoid showBy(HTMLElement element)
showByvoid showBy(String elementId)
showByvoid showBy(Element element, String position)
showByvoid showBy(HTMLElement element, String position)

Constructors

public Tip(TipConfig config)

Parameters

NameTypeDescription
configwrap.ext.types.TipConfig



Methods

showAt

void showAt(Array<int> xy)

Parameters

NameTypeDescription
xycore.Array<core.int>

showBy

void showBy(Element element)

Parameters

NameTypeDescription
elementwrap.ext.Element

showBy

void showBy(HTMLElement element)

Parameters

NameTypeDescription
elementorg.milescript.dom.HTMLElement

showBy

void showBy(String elementId)

Parameters

NameTypeDescription
elementIdcore.String

showBy

void showBy(Element element, String position)

Parameters

NameTypeDescription
elementwrap.ext.Element
positioncore.String

showBy

void showBy(HTMLElement element, String position)

Parameters

NameTypeDescription
elementorg.milescript.dom.HTMLElement
positioncore.String

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