tabPanel にタブのリストがあり、そこに別のタブを追加したいのですが、条件が true の場合、それは可能ですか? はいの場合は、その方法を教えてください。元。Mycontroller ページのコードは次のとおりです。
mylist:funtion()
{
if(mylist[0]=='Deployment_model')
{
Ext.getCmp('') //here i want that one tab should me added on the view page
}
else{
//do something
}
},