Wijmo UI for the Web
content Field

Default value: ""

Sets the tooltip's content.

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijtooltip.options.content;
Javascript (Specification) 
var content : string;
Example
//Set tooltip's content to "my content".
$(".selector").wijtooltip("option", "content", "my content").
Remarks
The value can be a string, html code, or a function. If it is a function, then the content will be the function's return value.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.