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

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

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