Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Ext GWT Premium Member
    Join Date
    Aug 2010
    Location
    Germany, Solingen
    Posts
    226
    Vote Rating
    2
    gishmo is on a distinguished road

      0  

    Default Updating text of a existing TabItemConfg does not work

    Updating text of a existing TabItemConfg does not work


    Trying to update the text of a TabItemConfig with tabItemConfig.setText("text") does not work after the TabPanel is rendered.

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,753
    Vote Rating
    113
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Try to call the update method afterwards.

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

      0  

    Default


    Thanks, works fine!