Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

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.

Page last modified on October 01, 2007, at 11:35 AM