Can you define tooltips in Dojo wijit template?
问题 I've been trying to get a Dojo (1.6) dijit.Tooltip to work when defined in a wijit template. So, if I have wijit template that includes the following: <a data-dojo-attach-point="tooltipMe" href="" onclick="return false;"> Show a Tooltip </a> <div data-dojo-type="dijit.Tooltip" data-dojo-props="connectId:'tooltipMe'"> Got to love hovering over links. Sometimes you a get a free tooltip </div> I can see the link of course, but nothing happens when I hover. Scouting round the newsgroups it seems