• tooltip open while mouse in it and clickable content

    By Walter Mobach 1 decade ago

    Nice custom control. Is it possible to extend it with 2 options

    - scrollable content, tooltip should stay open while mouse in content

    - content clickable to refer to same page on the internet

    • Dijit.TooltipDialog?

      By Paul S Withers 1 decade ago

      The dijit.TooltipDialog is the module to use if you want users to click on/ focus on the content. The content attribute can include HTML, so you could add an HTML link quite easily. Looking at the Dojo help, setting the style attribute may allow you to add scrollbars by setting height/ width.

       

      It may be possible for me to extend this cutom control to allow you to define whether to use the dijit.Tooltip or dijit.TooltipDialog. There are known conflicts between JSF functionality and Dojo dialog functionality, which may mean it's not feasible. I'll do some investigation, but other projects may mean it takes a week or two. I'll add an update here once I know more.