Announcement

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

    Breadcrumbs in smartgwt

    Hi,


    Is there a support in smartgwt of creating breadcrumbs?If no,any idea how can we actually do this?any reference?


    Thanks

    #2
    Hi, can anyone answer this question? I also need Breadcrumbs in Smartgwt.

    Comment


      #3
      You're asking for some sort of History API in SmartGWT like we provide on the SmartClient side?

      Comment


        #4
        It should have history to work, but I am also interested in the UI component. Like the breadcrumb above this page which shows: Home > Forum > Technical Q&A

        which each item is clickable.

        Comment


          #5
          That can be built as just an HStack of Buttons, styled appropriately.

          When using SmartGWT, just use the core GWT History API.

          Comment

          Working...
          X