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.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Production status: PREVIEW

The Tooltip component ...

See also

[link to something]
[link to something else]

New in v1.4 (June ??, 2011)
  • something
  • another thing
Unknown macro: {div2}

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.

Unknown macro: {div2}

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",

Unknown macro: {strings}

);

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

Unknown macro: {div2}

Description

Instantiate a new Tooltip component

Type

default

Parameters

none

Availability

Infusion 1.3 and later

See also

 

  • No labels