-
Unanswered: setting title of tab panel
Unanswered: setting title of tab panel
I want to set title of tab panel as title of tab pressed.
how?
-
i mean based on the tab pressed i want to change the title of tabpanel
-
on activeitemchange event you can change the title of the tabpanel item.....
-
-
listeners:{
activeitemchanged: function() {
alert("abhishek");
}
},
this is the method i m using ..
i have added this listener on tabpanel but this dusnt wrk
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us