Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

tooltip Property

Developers.QuiXtooltip History

Show minor edits - Show changes to markup

October 01, 2007, at 11:35 AM by Thomas Bellos -
Changed lines 12-13 from:
JavaScriptalert(widget.width);
to:
JavaScriptalert(widget.tooltip);
October 01, 2007, at 11:35 AM by Thomas Bellos -
Added lines 1-19:

(:title 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.width);

Possible values

The tooltip property must be a string.

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