Announcement

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

    Show an icon next to each radio group options

    I would like to show an icon next to each option in a radio group. Hovering on this icon would show additional information on that option. So far, I've not been able to figure out how to add an icon to the radio group. Any help will be appreciated.

    I'm using SmartGWT LGPL.

    Thanks.

    #2
    Hi Isomorphic,

    we got the same design request. Please, can you answer this question?

    Thanks

    Comment


      #3
      If we understand the appearance you're going for, one approach would be a series of RadioGroupItems, each with one option, where a FormItemIcon is used in each RadioGroupItem.

      Another possibility would be a single RadioGroupItem where you use an <img> tag in the display value of the ValueMap you supply.

      Comment

      Working...
      X