User`s guide

The TabBar can also show itself in a variety of different styles through the "barType" property:
tabBar (default)
segmentedControl
standardTab
slimTab
flatTab
tallTab
Some of the key properties of this widget are:
barType – The type of task bar to create, options include:
tabBar
segmentedControl
standardTab
slimTab
flatTab
tallTab
See also:
dojox/mobile/TabBarButton
dojox/mobile/TabBarButton
This widget provides a button which is expected to be contained within a
dojox/mobile/TabBar container.
Some of the key properties of this widget are:
label – A text label that will be shown with this button
moveTo – The name of a view that will be shown if the button is selected.
icon – A URL of an icon to show for the button.
Page 246