Hi
I have a TabStrip control on my page but I would like to bind each tab to a separate page as opposed to put all the views in the same page:
But when I click on the tabs I see strange URL results. For example if I am in <domain>/Clients page and click on Home the URL that is generated will be <domain>/Clients#/Home instead of <domain>/Home.
Could you let me know what I am doing wrong?
Thanks in advance
Ron Farko
I have a TabStrip control on my page but I would like to bind each tab to a separate page as opposed to put all the views in the same page:
<div data-role="footer"> <div data-role="tabstrip"> <a href="/Clients" data-icon="contacts">Clients</a> <a href="/Home" data-icon="organize">Tickets</a> <a href="/Settings" data-icon="settings">Settings</a> </div></div>Could you let me know what I am doing wrong?
Thanks in advance
Ron Farko
