Skip to content

james-emerton/Picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picker

This class is the basis for TimePicker, ColorPicker and DatePicker classes.

Screenshot

How to use

// A working demo has been included in the download.

new Picker(pick, {
	'onTrigger': function(e)
	{
		//e.stop();
		//log.innerHTML += 'onTrigger fired<br />';
	},
	'onHide': function()
	{
		log.innerHTML += 'onHide fired<br />';
	}
});

About

MooTools form picker base class.

Resources

Stars

Watchers

Forks

Packages

No packages published