Commit Graph

56 Commits

Author SHA1 Message Date
Teemu Pääkkönen
d5d62f2749 Allow empty internal value if options.allowBlank is true 2014-01-08 15:00:46 +02:00
Valeriy
917811f3f7 Merge pull request #25 from burakerdem/master
Updated Turkish days with 3-letter abbreviations.
2014-01-08 02:14:59 -08:00
Mathieu
ee2d9a5386 Add fr translation 2014-01-08 11:03:22 +01:00
Burak Erdem
8c64e759b8 Updated Turkish days with 3-letter abbreviations. 2014-01-08 01:19:57 +02:00
Burak Erdem
a62118aabd Added Turkish (tr) locale 2014-01-07 16:22:38 +02:00
Matthew Crouch
6dc55999fc Trigger onChangeMonth when month picker is used to switch months 2014-01-06 17:15:56 -05: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
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
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
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 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
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
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
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
5e02ecd865 Bug fixed
Padding button  fixed
2013-11-26 15:58:34 +06:00
Valeriy
2ed0c5478f New Version 1.0.9
minDate and maxDate can now be specified as -1970/01/02 and 1970/01/02
respectively
2013-11-26 13:28:31 +06:00
Valeriy
cc63cb9ddc new version 2013-11-19 15:34:17 +06:00
Valeriy
efec312e79 new version 1.0.7
1) Add destroy method
2) $('#datetimepicker6').datetimepicker('destroy');
also fixed bug with resize window
3) fixed bug when datetimepicker overflow window
2013-11-19 15:20:05 +06:00
Valeriy
641110cde0 Add scroll enabled options
scrollMonth:true,
scrollTime:true,
scrollInput:true,
2013-11-18 17:53:24 +06:00
Valeriy
710cba4bf9 Merge pull request #3 from bartj3/master
Set the button type to button
2013-11-18 03:42:31 -08:00
Valeriy
38a87c7b17 Fixed bug minDate 2013-11-18 15:52:22 +06:00
Valeriy
def2fa8c3e bug witch opera no-select 2013-11-15 15:07:15 +06:00
Bart van Zon
f5eafa05c6 Set the button type to button
On a couple of browser the default type of a button is 'submit', not
setting the type explicitly in the script will cause the navigation
buttons to submit the form it's in.
2013-11-15 08:58:09 +01:00
Valeriy
0b11095033 add scrollbar
Added scrollbar in TimePicker for more usefully. In demo index.html
added example use allowTimes option
2013-11-15 12:47:44 +06:00
Bart van Zon
11da82e934 add dutch locale 2013-11-12 10:38:42 +01:00