WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsITooltipTextProvider
| IID: | b128a1e6-44f3-4331-8fbe-5af360ff21ee |
| Inherits From: | nsISupports |
| Status: | FROZEN |
An interface implemented by a tooltip text provider service. This service is called to discover what tooltip text is associated with the node that the pointer is positioned over.
Embedders may implement and register their own tooltip text provider service if they wish to provide different tooltip text.
The default service returns the text stored in the TITLE attribute of the node or a containing parent.
Methods
PRBool getNodeText ( nsIDOMNode node , out PRUnichar* text )
PRBool getNodeText ( nsIDOMNode node , out PRUnichar* text )
Called to obtain the tooltip text for a node.
- Arguments:
- node
- text
- Returns:
PR_TRUEif tooltip text is associated with the node and was returned in the aText argument;PR_FALSEotherwise.
Reference documentation is generated from Mozilla's source.
