Function
Extention of dijit.Tooltip providing content set via XHR request via href param
Boolean
false if the contents are yet to be loaded from the HTTP request
String
location from where to fetch the contents
String
contents to diplay in the tooltip. Initialized to a loading icon.
Boolean
Cache content retreived externally
Function
Function
Changes the tooltip label / contents to loading message, only if there's an href param, otherwise acts as normal tooltip
Function
url to the content you want to show, must be within the same domain as your mainpage
Hook so attr("href", ...) works.
resets so next show loads new href
Function
Download contents of href via XHR and display
1. checks if content already loaded 2. if not, sends XHR to download new data
Function
Allows re-download of contents of href and display Useful with preventCache = true
Function
Display the tooltip; usually not called directly.
url
to the content you want to show, must be within the same domain as your mainpage
Object
Object