Skip to content

Commit

Permalink
Inline View, Incr/Decr with Arrow Keys and Mouse
Browse files Browse the repository at this point in the history
DateTimePicker can be added as an inline element by setting `isInline:
true`. Since DateTimePicker is added inline, input element should be
explicitly specified with `inputElement: <jQuery object of Element>`.
Check Example [Inline View](demo/View-Inline.htm).

Input Elements on DateTimePicker can be made read-only with
`readonlyInputs: true`.

Header of DateTimePicker Element can be removed with `showHeader:
false`.

Added functionality to increment or decrement values of dates using Up
and Down Arrow Keys as well as using Mouse Wheel.
  • Loading branch information
nehakadam committed Jul 30, 2016
1 parent 7ae1c2c commit c4f16a5
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 143 deletions.
Loading

0 comments on commit c4f16a5

Please sign in to comment.