Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/OhmzTech/extjs-dateslider

DateSlider Component for Sencha ExtJS
https://github.com/OhmzTech/extjs-dateslider

Last synced: 27 days ago
JSON representation

DateSlider Component for Sencha ExtJS

Awesome Lists containing this project

README

        

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')