Valeriy
838a71bdc8
Merge pull request #23 from macrouch/master
...
Trigger onChangeMonth when month picker is used to switch months
2014-01-06 15:35:37 -08:00
Matthew Crouch
6dc55999fc
Trigger onChangeMonth when month picker is used to switch months
2014-01-06 17:15:56 -05:00
Valeriy
37f4cf964f
Merge pull request #21 from borc/change_event_on_blur
...
Trigger changedatetime on blur if validate-on-blur is enabled
2014-01-06 11:16:01 -08:00
Teemu Pääkkönen
0687f4202a
Trigger changedatetime on blur if validate-on-blur is enabled
2013-12-31 13:03:34 +02:00
Teemu Pääkkönen
6e6e3f564a
Fix whitespaces
2013-12-31 13:02:09 +02:00
Valeriy
0b52321c5a
Update doc
2013-12-25 09:50:54 +06:00
Valeriy
0f792ecc1b
new version 2.1.1
...
use strict mode
2013-12-25 09:45:34 +06:00
Valeriy
386c6c95d9
Add dblclick handler to today button
2013-12-24 18:11:46 +06:00
Valeriy
9fdbd3cc87
new version 2.1.0
...
Added two options
todayButton:true, // 2.1.0
defaultSelect:true, // 2.1.0
todayButton - show button "Go To Today"
defaultSelect - select current date and time if input empty
2013-12-24 17:59:06 +06:00
Valeriy
54523e849d
new version 2.0.9
...
fix plugin height
added dblclick event for select date at timepicker visible
2013-12-16 15:19:10 +06:00
Valeriy
887c934142
new version 2.0.8
...
To add a class weekends xdsoft_weekend (Sunday, Saturday)
and Added options options.weekends
2013-12-16 09:51:07 +06:00
Valeriy
bf8b1f5ec3
Merge pull request #15 from bob-frost/master
...
'allowBlank' option
2013-12-13 11:57:24 -08:00
Babur Usenakunov
e67b2bc0b7
'allowBlank' option
2013-12-13 23:18:02 +06:00
Valeriy
5c193692f7
Fix bug with options.step>60
...
Added options.roundTime possible values round, ceil, floor
Update doc
2013-12-13 13:07:05 +06:00
Valeriy
02aef76797
new version 2.0.7
...
Fix bug with additional keyboard in mask mode
2013-12-13 12:23:46 +06:00
Valeriy
98f12c07dd
Fix round time
...
Time is rounded to the nearest value
2013-12-12 15:43:03 +06:00
Valeriy
c8fdf24bf3
new version
...
Fix behavior on tab keypress in mask mode
2013-12-12 15:31:32 +06:00
Valeriy
040f8a3bf3
New version 2.0.6
...
Fix bug
2013-12-12 15:27:05 +06:00
Valeriy
9cc3ffc159
new version 2.0.6
...
Fix bug on ie8
2013-12-12 15:23:46 +06:00
Valeriy
7edaa55553
Merge pull request #14 from lowski/fix_positioning
...
Fix for right positioning of the widget
2013-12-12 01:17:47 -08:00
Lucas Mendelowski
bdf36f24a9
Fix for right positioning of the widget
...
It's a fix to the fix I made couple of days ago. I've forgotten to use new value
after calculating new position for widget when it doesn't fit the place
on the right side of the input field. Sorry!
2013-12-12 10:28:56 +08:00
Valeriy Chupurnov
2ff6a073a3
Sorry
2013-12-11 22:21:22 +06:00
Valeriy Chupurnov
e9a5781dfe
New version 2.0.5
...
Fix bu with destroy picker
Add rule for automatic generate mask
2013-12-11 21:45:22 +06:00
Valeriy
ca629882fc
Merge pull request #12 from hacunem/master
...
Update doc.tpl
2013-12-10 21:55:04 -08:00
hacunem
f79a0d5400
Update doc.tpl
2013-12-11 11:53:36 +06:00
Valeriy Chupurnov
576fdba6f6
Fix doc
2013-12-11 01:49:39 +06:00
Valeriy Chupurnov
7e886b253d
new version 2.0.4
...
Added new event onGenerate, See doc
2013-12-11 01:45:29 +06:00
Valeriy
76b82f8412
fix
2013-12-10 19:00:35 +06:00
Valeriy
fef125cf36
Fix bug
2013-12-10 18:55:53 +06:00
Valeriy
b1a253182e
Fix bug
...
Bug in Date.parseFunctions
2013-12-10 17:46:28 +06:00
Valeriy
6faffe1f7d
Fixed some bugs
2013-12-05 21:19:41 +06:00
Valeriy
b551dad1e2
New version 2.0.2
...
Fixed some bugs
Added example runtime set options
Code become cleaner
2013-12-05 20:42:51 +06:00
Valeriy
7ac1a799e8
New version 2.0.1
...
Fixed some bugs
2013-12-05 13:21:30 +06:00
Valeriy
7efa762907
Merge pull request #9 from lowski/additional_condition_for_positioning
...
Added condition to check if there is enough space on the right side
2013-12-04 06:45:56 -08:00
Valeriy
a45cbcf47a
Bug with touch event
2013-12-04 20:39:41 +06:00
Valeriy
0fe171394b
version 2.0.0
2013-12-04 20:24:11 +06:00
Valeriy
5aa18c624f
new major version 2.0.0
...
Added fast month and year select
Added touch handler for scroller element
Update screens
Creation of a custom scrollbars allocated into a plugin xdsoftScroller
2013-12-04 20:16:19 +06:00
Lucas Mendelowski
438c887b3a
Added condition to check if there is enough space on the right side of an input field
...
When the input field is close to the right side of the page and the calendar width
is bigger than the width of input field + right offset then calendard will be placed
on the left side of the field (by default it's placed on the right side).
2013-12-04 16:55:19 +08:00
Valeriy
20861527bb
New version 1.1.1
2013-12-03 16:26:07 +06:00
Valeriy
a2b233d65f
new version 1.1.1
...
Added options validateOnBlur default true
Fixed bug position scroller on open timepicker
2013-12-03 16:10:05 +06:00
Valeriy
5a2b509d51
New version 1.1.1
...
Fixed bug shift+tab keypress
2013-12-03 16:02:07 +06:00
Valeriy
8528af4b96
New major version 1.1.0
...
Add mask for input
2013-11-28 18:16:07 +06:00
Valeriy Chupurnov
4a3db6dcc8
new doc
2013-11-28 01:57:59 +06:00
Valeriy Chupurnov
6bb5f7ba6e
doc update
2013-11-28 01:57:15 +06:00
Valeriy Chupurnov
6bbe31d950
New demo page
2013-11-28 01:50:42 +06:00
Valeriy Chupurnov
a837aa1040
new version 1.0.10
2013-11-28 01:44:17 +06:00
Valeriy Chupurnov
e64c416c71
new version 1.0.10
...
compatible with ie7,ie8
2013-11-28 01:28:25 +06:00
Valeriy
cd7a37bc63
On destroy add destroy focus event
2013-11-26 17:17:57 +06:00
Valeriy
bf28ec79ac
add focus event in trigger list
2013-11-26 17:16:17 +06:00
Valeriy
e34f144fb0
Style fixed
2013-11-26 16:11:52 +06:00