Tooltips from Anchors
Often times users ask how to display a TooltipDialog from something other than a DropDownButton. Until recently, I’d not thought it to be possible. I have been wrong before.
Often times users ask how to display a TooltipDialog from something other than a DropDownButton. Until recently, I’d not thought it to be possible. I have been wrong before.
CSS separates our formatting from our content. But we’re still left with onclick="..."
attributes sprinkled throughout our otherwise pristine markup - not exactly “unobtrusive Javascript”. Dojo.behavior comes to the rescue, providing a nice separation between our content and the code associated with it.