Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

tooltip Property

Developers.QuiXtooltip History

Hide minor edits - Show changes to output

October 01, 2007, at 11:35 AM by Thomas Bellos -
Changed lines 12-13 from:
||!`JavaScript||alert(widget.'''width'''); ||
to:
||!`JavaScript||alert(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

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!`QuiX XML||[@
<qx:rect xmlns:qx="http://www.innoscript.org/quix" tooltip="something">
</qx:rect>
@]||
||!`JavaScript||alert(widget.'''width'''); ||

!! Possible values

The ''tooltip'' property must be a string.


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