Tooltip.infotip property

Gets or sets a value that specifies whether the Tooltip is an infotip, a tooltip that contains a lot of info and should be displayed for longer than a typical Tooltip.

Syntax

<div data-win-control="WinJS.UI.Tooltip" data-win-options="{ infotip : value}" ></div>
var infotip = tooltip.infotip;
tooltip.infotip = infotip;

Property value

Type: Boolean

true if the tooltip should be displayed for a longer period of time; otherwise, false. The default value is false.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.UI

See also

Tooltip