Skip to content

ajeetpratap/commonJStableView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

			commonJStableView
To use this module in your app.'s or any other JS file, just do the following:

Simple example to use customTableView.js module


var customTable = require('customTableView');

//This here we will define the images that we want in our tableView and the customText that we ant to show
// The main text will be fetched form the ImageUrl i.e name for imageUrl 'images/Angry.png' will be Angry
var param = {
    
    imageUrl: ['images/Angry.png',
                'images/Cheat.png',
                'images/Confuse.png',
                'images/Dizzy.png',
                'images/Errr.png',
                'images/Happy.png',
                'images/Love.png',
                'images/Sick.png',
                'images/Hungry.png',
                'images/Wow.png'    
                ],
                
      customText:['I am Angry','I am cheater','I am confuse','I am Dizzy','Errrrrr','I am Happy','I am in Love','I am sick','I am Hungry','I will say Wow']
       
       
}

var window = customTable.customTableView(param);
window.open();


About

TableView build with commonJS approach in titanium

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published