Announcement

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

    Need help for Ribbon Bar

    smartGwt version 3.1

    I am creating a pilot project based on smartgwt and I want to have a menu bar similar to Ribbon Bar http://www.smartclient.com/smartgwt/showcase/#ribbonbar

    But I want to hide the title of RibbonGroup. I could not find any way to achieve that. Please help or suggest some other way to achieve the same.

    #2
    See RibbonBar.setShowGroupTitle() - or RibbonGroup.setShowTitle()

    Comment


      #3
      Originally posted by Isomorphic View Post
      See RibbonBar.setShowGroupTitle() - or RibbonGroup.setShowTitle()
      Just to report.

      RibbonGroup.setShowTitle() does not work on SmartGWT 4.1p 2014-04-02.
      It simply has no effect.

      On the other hand RibbonBar.setShowGroupTitle() works fine.

      Best regards
      Mariusz Goch

      Comment

      Working...
      X