Announcement

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

    Linking url to a dynamically created tab

    Hi,

    In my webpage, I have a ListGrid with records. Double clicking a record creates a new tab which is used to show detailed information about that record. I use email notifications for the page and I want to be able to put a link in the email that would link to a tab that normally is created by double clicking a record. Is this possible?

    #2
    Yes, the showCase does exactly this using the html anchor (#) and History support. Take a look at it.

    Comment


      #3
      I see what you mean by the showcase doing this but unsure how to accomplish this myself.
      Last edited by jwong; 31 Jul 2012, 11:30.

      Comment


        #4
        The complete source code is available of the showcase so you can check it out and build your own implementation. Download the smartgwt distribution and check out the samples directory.

        Comment

        Working...
        X