This documentation is currently being moved to our new documentation site.

Please view or edit the documentation there, instead.

If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

Test API Page

Production status: PREVIEW

The Tooltip component ...

See also
link to something
link to something else

New in v1.4 (June ??, 2011)

  • something
  • another thing

#Creator

fluid.tooltip(container, options)
creates a new Tooltip

#Supported events

#onHover
desc of event
event2
desc of event2

Methods

method1(arg)
does a little thing
method2(arg, arg)
does a bigger thing

Options

strings
Strings that will be used by the component
foo
Bar

Selectors

aThing
desc of aThing
anotherThing
desc of anotherThing

Creator

Use the following function to create a Tooltip component.

Method

fluid.tooltip(container, options)

Description

Instantiate a new Tooltip component

Parameters

container
A CSS-based selector, single-element jQuery object or DOM element that identifies the root DOM node of the Tooltip component.
options
An optional data structure that configures the Tooltip component, as described in #Options.

Returns

The Tooltip component object

Examples

var myTooltip = fluid.tooltip("#tooltip-div", {strings:{text:"Use all-caps here");

Notes

 

See also

 

Supported events

Integer sollicitudin felis ac leo viverra quis gravida mauris euismod. In in velit fermentum erat mattis rutrum eu a leo. Duis condimentum felis ut sapien tempus semper.

onHover

Description

Instantiate a new Tooltip component

Type

default

Parameters

none

Availability

Infusion 1.3 and later

See also