This question is locked. New answers and comments are not allowed.
Hello,
I have a footer as follows:
When I am on the #tabstrip-workshops view, the Workshops icon (organize) is correctly selected. However I have a "subview" called "'tabstrip-workshopDetails" that shows the details of a workshop. When that is shown, the footer defaults back to showing the Agenda icon (recents).
My question is how do I from within #tabstrip-workshopDetails (or more likely the JS that loads when that tab is shown) set the Workshops icon to be active rather than the default.
Much appreciated as always,
Stewart
I have a footer as follows:
<div data-role="footer" id="footer"> <div data-role="tabstrip"> <a href="#tabstrip-home" data-icon="recents">Agenda</a> <a href="#tabstrip-workshops" data-icon="organize">Workshops</a> <a href="#tabstrip-wall" data-icon="contacts">Wall</a> <a href="#tabstrip-hospitality" data-icon="about">Hospitality</a> <a href="#tabstrip-logout" data-icon="delete">Log out</a> </div></div>When I am on the #tabstrip-workshops view, the Workshops icon (organize) is correctly selected. However I have a "subview" called "'tabstrip-workshopDetails" that shows the details of a workshop. When that is shown, the footer defaults back to showing the Agenda icon (recents).
My question is how do I from within #tabstrip-workshopDetails (or more likely the JS that loads when that tab is shown) set the Workshops icon to be active rather than the default.
Much appreciated as always,
Stewart