Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Customized tooltip for help text

    Hi,

    We are using SmartGWT Pro 3.0 version. I have below mentioned requirement related to tooltip, can I know how we can achieve this or do we already have same functionality available in smartGWT.

    When user hover his mouse over any gwt component we want to show some small help text along with "click for more info" hyper link, when user clicks on this hyper link, we want to show detailed help text in the same opened window.

    Thanks

    #2
    The automatic hovers all dismiss when you move off of the target, so you need to build this interface using canvas.addHoverHandler() and creating an HTMLFlow or similar widget to contain the text and hyperlink.

    Comment

    Working...
    X