The Callout type exposes the following members.

Constructors

  NameDescription
Callout

Methods

  NameDescription
checkPosition
Checks the position of the callout if the contents has changed.
dispose
getPosition
Returns the current screen position of the callout
hide
Hides the callout
initialize
setContent
Sets the content of the callout relative to its parent.
setPosition
Sets the position of the callout relative to its parent.
show
Shows the callout
startHideTimer
Starts a timer that will hide the callout with a slight delay
stopHideTimer
Stops a timer that will hide the callout with a slight delay

Properties

  NameDescription
anchorPoint
Gets or sets the relative position of the callout.
animate
Gets or sets whether the callout fades in and out.
arrowImageUrl
Gets or sets the url for the arrow sprite.
arrowOffset
Gets or sets the offset of the arrow.
arrowSize
Gets or sets the width and height of the arrow.
autoHide
Gets or sets whether the callout should hide itself shortly after the mouse has left the callout
calloutBuffer
Gets or sets the distance between a callout position and the arrow.
content
Gets or sets the content of the callout. The content can be any valid HTML.
hideDelayTime
isOpen
layout
parent
Gets or sets the parent container of this element. Positioning will be relative to this element.
template
Gets or sets the callout template.
templateUrl
Gets or sets the url to the template.
verticalOffset
Gets or sets the vertical offset between the arrow and the content box.
width

Events

  NameDescription
click
Raised when the callout was clicked.
closed
Raised when the callout was closed.
hide
Raised when the callout is hidden.
mouseOut
Raised when the mouse exits the callout.
mouseOver
Raised when the mouse enters the callout.
show
Raised when the callout is shown.

See Also