Commit Graph

263 Commits

Author SHA1 Message Date
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
Valeriy
5e02ecd865 Bug fixed
Padding button  fixed
2013-11-26 15:58:34 +06:00
Valeriy
f4cf038d20 New version 1.0.9 2013-11-26 13:51:28 +06:00
Valeriy
aa01e4bcc1 New Version 1.0.9
Add documentation from xdsoft.net for collective changes
2013-11-26 13:35:22 +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
a1aafb830d manifest change 2013-11-15 12:53:07 +06: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
Valeriy
c8ce67999a Merge pull request #2 from bartj3/master
Add dutch locale
2013-11-13 22:48:51 -08:00
Bart van Zon
11da82e934 add dutch locale 2013-11-12 10:38:42 +01:00
Valeriy
fb10237c98 New version
Update method open
2013-11-07 10:31:36 +06:00
Valeriy
161800fe89 New version
Add method show and hide
$('#datetimepicker4').datetimepicker('show');
$('#datetimepicker4').datetimepicker('hide');
2013-11-07 10:24:58 +06:00
Valeriy
7bb28f1ded date & time to the value closest to the current datetime
date & time to the value closest to the current datetime
2013-11-06 14:52:16 +06:00
Valeriy
b8892a575f no link to site
set withoutCopyright default true
2013-11-05 19:10:46 +06:00
Valeriy
7c6dab381c update manifest 2013-11-05 18:49:36 +06:00
Valeriy
8f20e702f3 Update README.md 2013-11-05 18:35:02 +06:00
Valeriy
e01aac52b2 update manifest 2013-11-05 16:25:59 +06:00
Valeriy
f57895335e update manifest 2013-11-05 16:24:45 +06:00
Valeriy
053b817ec3 Added jquery plugin manifest 2013-11-05 16:22:26 +06:00
Valeriy
fbbb685152 Update README.md 2013-11-03 18:16:08 +06:00
Valeriy
e111dd635d добавлено еще 2 скриншота 2013-11-03 16:55:11 +06:00
Valeriy
f9cd248bc7 Update README.md 2013-11-03 16:52:54 +06:00