Announcement

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

    PopUp-Help in smartGWT

    Hello everyone,

    remember in many old GUI applications you had a button called "what's this" or something like that. when you click it, a little question mark appears near the cursor arrow. you then click on a control (button, text field, etc) and a little rectangle with help information appears. it would disappear upon the next click anywhere on the screen.

    see attachments for an example.

    my question is - what is the best way to do such a thing in smartGWT? is there any native framework mechanism for this?


    Thanks in advance.
    Attached Files
    Last edited by Xsi; 22 Jul 2011, 07:54.

    #2
    Hi,

    You can set an hover.

    example : http://www.smartclient.com/smartgwt/showcase/#form_details_hovers

    Comment


      #3
      Hi,

      or with a FormItemIcon:

      --> http://www.smartclient.com/smartgwt/showcase/#form_details_icons

      Greetz

      Comment


        #4
        that hover is the closest thing, but I need it to appear upon a click on the desired control and disappear upon a click anywhere.

        Comment

        Working...
        X