JavaScript Bubbling Library - YUI Extension

tooltipmanager  2.2

Bubbling > tooltipmanager > YAHOO.widget.TooltipManager
Search:
 
Filters

static Class YAHOO.widget.TooltipManager

The Tooltips Manager Widget

Methods

check

check ( e , el )
Analyzing the event and the target
Parameters:
e <Event> DOM Event
el <HTMLElement> DOM Element

compileBody

compileBody ( el )
Analyze a dom element, and build the body of the tooltip based on the title, access-key and title
Parameters:
el <Node> DOM Element

compilePath

String compilePath ( uri , limit )
Analyze a path
Parameters:
uri <String> url that should be analyzed
limit <Number> maximum number of characters
Returns: String

delay

delay ( )
Delay the tooltip show action few miliseconds

dismiss

dismiss ( )
Hiding the current tooltip

finder

Node finder ( el )
Returns a node element that represent the first parent with the class yui-tip or null.
Parameters:
el <Node> DOM Element
Returns: Node

hide

hide ( )
Hide the current tooltip

init

init ( )
Initialization process (optional).

render

render ( )
Rendering the current tooltip.

show

show ( )
Show the current tooltip


Copyright © 2009 Bubbling Library. All rights reserved.