Announcement

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

    SelectItem title as a link?

    SmartGWT: pro-3.0p
    Internet Explorer: 8.0

    Is it possible to make the title of a form item like SelectItem or ComboBoxItem a link? (e.g. embed a LinkItem as the title of a SelectItem)

    #2
    You could use an actual linkItem.
    Have the previous item in the form be a LinkItem with showTitle and startRow / endRow set to false, containing the required title text / link URL, then have the selectItem have showTitle set to false as well.

    Alternatively you could modify the title of the time to simply contain raw HTML "<a href="http://www.smartclient.com/">SmartClient</a>"

    Comment

    Working...
    X