-
24 Oct 2012 6:57 PM #1
Unanswered: To tabs having same name
Unanswered: To tabs having same name
Hi,
In my application two tab having same name and i am defining reference of the tab using tab titles, so when onTap of one tab its executing both function. How can i avoid this. Please suggest me.
SalesBtn:'tabbar > button[title=Sales]',
-
24 Oct 2012 7:18 PM #2Sencha - Ext JS Dev Team
- Join Date
- Apr 2007
- Location
- Sydney, Australia
- Posts
- 15,102
- Vote Rating
- 97
- Answers
- 170
Don't reference them by title then, use some other attribute, say itemId.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!


Reply With Quote