alexb
10-06-2006, 03:42 AM
Hi Jack,
it would be nice if TabPanel's methods were overloaded to accept tab index, so there is no need to store tab ids.
addTabItem : function(item){
this.items[item.id] = item;
this.items[this.items.length] = item;
},
....etc.
Thanks,
Alex
it would be nice if TabPanel's methods were overloaded to accept tab index, so there is no need to store tab ids.
addTabItem : function(item){
this.items[item.id] = item;
this.items[this.items.length] = item;
},
....etc.
Thanks,
Alex