Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/OhmzTech/extjs-dateslider
- Owner: OhmzTech
- Created: 2013-04-24T15:21:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-24T15:27:31.000Z (over 11 years ago)
- Last Synced: 2024-08-03T16:08:57.544Z (4 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-extjs - DateSlider component for Sencha ExtJS - A nice date slider. (Extensions, components / Components, ux)
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 dateFormatOptional
dateIncrement: Ext.Date interval constant (default Ext.Date.DAY)
dateFormat: valid Ext.Date format (default 'n/j/Y')