https://github.com/falsyvalues/ext.ux.plugin.keyboarduser
Quite simple helper for keyboard users on datefield
https://github.com/falsyvalues/ext.ux.plugin.keyboarduser
datefield extjs javascript plugin
Last synced: about 1 year ago
JSON representation
Quite simple helper for keyboard users on datefield
- Host: GitHub
- URL: https://github.com/falsyvalues/ext.ux.plugin.keyboarduser
- Owner: falsyvalues
- License: mit
- Created: 2011-12-13T15:31:56.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T11:02:13.000Z (over 9 years ago)
- Last Synced: 2025-02-01T01:19:04.032Z (over 1 year ago)
- Topics: datefield, extjs, javascript, plugin
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Description
===========
Simple Extjs 4 datefield plugin that helps people who use the keyboard to work.
In basics, type t+1 press tab and you will get date value (today + 1) in Your datefield.
Config & example
-------------
t+1 = today + 1 day
t-1 = today - 1 day etc
* default token is "t"
* default activationKey is "tab" see for more Ext.EventObject, since 0.2.0 you may define many keys
* default interval is DAY see for more Ext.Date
See example.html and source file for more