Hybrid View

  1. #1
    Ext GWT Premium Member
    Join Date
    Aug 2010
    Location
    Germany, Solingen
    Posts
    223
    Vote Rating
    2
    Answers
    4
    gishmo is on a distinguished road

      0  

    Default Unanswered: How to select a TabItem in a TabPanel programmatically

    Unanswered: How to select a TabItem in a TabPanel programmatically


    I am looking for something similar in GXT 3.0 like selectTab in GWT.

    I have a TabPanel with several tabs and I want to focus a tab depending on several criteria. In GXT 2.x I could do this with: tabPanel.setSelection(...).

    How will I do this with GXT 3.0?

    Thanks

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    Answers
    60
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    setWidget is doing this

  3. #3
    Ext GWT Premium Member
    Join Date
    Aug 2010
    Location
    Germany, Solingen
    Posts
    223
    Vote Rating
    2
    Answers
    4
    gishmo is on a distinguished road

      0  

    Default


    Thanks!