Skip to content

Titanium CommonJS Module to make Piker UI Componant in Android, iPhone (slide up/down) and iPad (popover)

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

HazemKhaled/TiPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TiPicker Hazem Khaled

Titanium CommonJS Module to make Piker UI Componant in Android, iPhone (slide up/down) and iPad (popover)

Example [1]:-

Add the module to your project

var TiPicker = require('TiPicker');

Create new componant

var picker1 = new TiPicker();

Add Picker rows Ti.UI.createPickerRow({ title : 'String', changedName : 'String' });

Add to you window

win.add(picker1.getUI());

Example [2] Properties:-

var picker2 = new TiPicker({
	width : 100,
	height : 40,
	top : 100,
	bottom : 100,
	left : 100,
	right : 100,
	selectionIndicator : true	// iOS only
});
win.add(picker1.getUI());

Thanks @rborn (Dan Tamas) http://cssgallery.info/making-a-combo-box-in-titanium-appcelerator-code-and-video/

About

Titanium CommonJS Module to make Piker UI Componant in Android, iPhone (slide up/down) and iPad (popover)

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published