From Porcupine wiki

Developers: tooltip Property

Gets or sets the widget's tooltip attribute. Please note that this attribute must be set during the object's initialization.

Syntax

QuiX XML
<qx:rect xmlns:qx="http://www.innoscript.org/quix" tooltip="something">
</qx:rect>
JavaScriptalert(widget.tooltip);

Possible values

The tooltip property must be a string.

Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/QuiXtooltip
Page last modified on October 01, 2007, at 11:35 AM