Hi all, Since there does not seem to be a T5 tab component, should I use the Dojo one? Furthermore, what's the best way to use it for offering multiple views on the same object. For example, when choosing a user in a list, I would like to use a tab-like view to show business details, personal details, etc. However, I would like to separate the development of these views as much as possible, and would prefer not to put everything in one view/page, i.e. I would prefer not to create one page, and have something like <t:if "Tab1">Generate tab 1 content</t:if> <t:if "Tab2">Generate tab 2 content</t:if> etc.
What would be the best way to achieve this separation of concern? Thanks Erik