appcelerator - Titanium Alloy - nested tabgroups -



appcelerator - Titanium Alloy - nested tabgroups -

is possible have tab of 1 tabgroup contain tabgroup?

here's i'm trying do. content of tab within top tabgroup. i'm trying add together tabgroup within it. doesn't give errors doesn't display sec tabgroup...

<alloy> <tab title="testing"> <window id="window" navbarhidden="true" title="testing" class="container" > <tabgroup> <tab title="hello"> <window title="hello"> <label>hello</label> </window> </tab> <tab title="hello"> <window title="hello"> <label>hello</label> </window> </tab> </tabgroup> </window> </tab> </alloy>

i'm trying have tab (positioned @ bottom) contain 2 tabs (positioned @ top). if there's improve way please allow me know!

update:

here's illustration found of i'm trying achieve. don't think inner tab grouping actual tab group?

tabgroup most parent element , tab,window child. so,i did't think,it possible add together tabgroup tab. can create own tabgroup can want it.

titanium appcelerator titanium-alloy

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -