Skip to content

neroze/jumper.layout.titanium.Alloy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jumper.layout.titanium.Alloy

Slidding layout widget of titanium widget

Dependencies

  1. A Twitter Bootstrap inspired framework for Appcelerator Titanium (Alloy)
  2. https://github.com/TNuzzi/wriststrap

#uses:

	<Widget src="jumperLayout" backgroundColor="#0095DA">
		    <View id="slide1" title="Dashboard" tabWidth="70" width="100%" >
          <Label>Text 1</Label> 
        </View>

        <View id="slide2" title="My Account" tabWidth="70" width="100%" left="100%" backgroundColor="red" >
          	<Label>Text 2</Label> 
        </View>

        <View id="slide3" title="How it works"  tabWidth="80" width="100%" left="100%" backgroundColor="green" >
        	<Label>Text 3</Label> 
        </View>

        <View id="slide4" title="Post Job" tabWidth="70" width="100%" left="100%" backgroundColor="white" >
        	<Label>Text 4</Label> 
        </View>
	</Widget>
	
#Required attributes here:
Text 1
  1. width : REQUIRED : it will be define the tab contents width.
  2. title : REQUIRED : it will be define the tab title.
  3. tabWidth : REQUIRED : it will be define width of the tab.

#Preview

Flash Demo

Demo

About

Slidding layout widget of titanium widget

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published