Categories | Question details Back To List | ||
setting the tabbar's orientation hello How do i set the orientation of a tabbar when it is attached to a layout. thnks Answer posted by Alex (support) on Sep 25, 2009 07:10 Hello you can set orientation in the attachTabbar method: var tabbar = layout.cells("a").attachTabbar("bottom"); |