Skip to content

OhmzTech/extjs-dateslider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

extjs-dateslider

DateSlider Component for Sencha ExtJS

DateSlider is a simple extension that allows standard sliders to use dates as values. More than one handle can be set, and each can be tied to date input fields.

The component can be created using Ext.create (Ext.ux.DateSlider) or using the xtype (dateslider). Any slider properties can be passed, in addition to the following:

Configuration Properties
Required
minDate: valid Ext.Date format
maxDate: valid Ext.Date format
dateFields: array of Ext.form.field.Date items
OR
values: array of date string matching dateFormat

Optional
dateIncrement: Ext.Date interval constant (default Ext.Date.DAY)
dateFormat: valid Ext.Date format (default 'n/j/Y')

About

DateSlider Component for Sencha ExtJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published