Ext js - Dynamically changing content of Tab in a TabPanel

Posted by 29er on Stack Overflow See other posts from Stack Overflow or by 29er
Published on 2009-12-09T19:37:48Z Indexed on 2010/05/23 13:50 UTC
Read the original article Hit count: 284

Filed under:

Hey, I have an (Ext JS) tab panel where the hidden tabs aren't loaded at all upon initial instantiation, (the only thing I set is the title).

Upon 'activation' of a tab I want to call a method , which then instanstiates a new FormPanel/GridPanel and put this content into the tab.

Can someone point me to a code example or give me tips on how to do this?? Thanks so much!

© Stack Overflow or respective owner

Related posts about extjs