Use TabBar as Menu

How can I make work as defined in the xml below:



<?xml version="1.0"?>





<![CDATA[
Page 1]]>

<![CDATA[Page 2]]>

<![CDATA[Google]]>







The anchor url link does not work.



I had to write javascript and use location.href = “a url” to make the tabbar behave like a menu.



Thanks!


Hello,


Tabs also have onclick event handlers. So, bubbling must be canceled in this case:





<![CDATA[Page 1]]>