76 Commits

Author SHA1 Message Date
Sandip Bhagat
efe2147765 Fixed typo 2015-11-05 12:42:20 +01:00
Jeroen Thora
71308d42cc Updated html of calendarweeks screenshot + regenerated all screenshots 2015-09-22 22:44:08 +02:00
Abi Bellamkonda
ec07b99410 Addressed code review feedback
Added a empty line to make the bullet formatting better as per @acrobat
2015-09-21 23:16:44 +10:00
Abi Bellamkonda
e90adc731c Merge remote-tracking branch 'eternicode/master' 2015-09-21 09:53:29 +10:00
Abi Bellamkonda
14e2870016 Renamed custom format method names
Renamed
- option.format.parse() to option.format.toValue()
- option.format.format() to option.format.toDisplay()
2015-09-21 09:39:42 +10:00
vsn4ik
db2f12210e Some fixes in docs 2015-09-20 16:42:21 +03:00
Jeroen Thora
cda46f3c93 Merge pull request #1581 from champierre/correct_default_month_of_default_view_date_in_doc
Correct default month value of defaultViewDate in Doc.
2015-09-19 22:40:30 +02:00
Jeroen Thora
1e8f27ecc9 Fixed screenshot row class 2015-09-19 22:01:07 +02:00
Abi Bellamkonda
01e56c3448 Added documentation for custom format options
Provided sample custom format options in documentation
2015-09-18 20:59:41 +10:00
Junya Ishihara
b9b1e609a9 Correct default month value of defaultViewDate in Doc. 2015-09-18 18:58:48 +09:00
Jeroen Thora
d014a14f07 Adds docs for setDaysOfWeekHighlighted. Closes #1513 2015-09-17 20:50:10 +02:00
Jeroen Thora
589bb2e31f Regenerated doc images 2015-09-14 18:51:17 +02:00
Pascal Herbert
d5457e68bd run grunt 2015-09-13 20:20:33 +02:00
hebbet
5d01c45a47 Merge pull request #1493 from laserlemon/configurable-z-index-offset
Add the zIndexOffset option to configure the dialog "height"
2015-08-03 08:11:10 +01:00
Laurent Léonard
0af0ff64c3 Update component documentation to be compliant with Bootstrap 3 2015-07-24 17:31:11 +02:00
Steve Richert
db279aecee Add documentation for the zIndexOffset option 2015-07-16 14:12:56 +00:00
Steve Richert
ee9f794e6e Alphabetize options in documentation and standardize formatting
No content was changed in this commit, only rearranged and reformatted
for whitespace and style consistency.
2015-07-16 14:06:43 +00:00
hebbet
ff7414210f Merge pull request #1367 from hemp/zh-update-months-short
Updates for zh-cn/zh-tw.  Korean language support.
2015-07-08 19:44:41 +01:00
Mike de Bock
4f207f8b66 added setDatesDisabled method to documentation 2015-07-02 10:22:21 +02:00
Chris Hemp
67a2482691 Problem: Our translation team prefers the usage of [month number]月 for month selection as this is more commonly seen (one big example is the Windows date-time picker). This also allows better spacing for November and December which are 3 characters long in zh-cn and they run together. Also the title text was built with string concatenation for month + year and does not leverage a localization format.
Solution: Switch monthsShort for zh-cn/zh-tw to use monthsShort from moment.js. Add Korean language support by porting from moment as well. In addition a titleFormat key has been added for the .datepicker-switch header of the date picker. This text used to be created with string concatenation and did not work well for Chinese and Korean. Chinese and Korean provide a titleFormat key override and this key defaults to "MM yyyy" for English and other languages.
2015-06-30 09:22:34 -05:00
Sten Muchow
92a3ef5826 added example to end-date
To avoid future confusion of forgetting to place a 'd' after the 0.
2015-06-24 11:46:55 +01:00
Grégoire D
1c5bb7bf44 Merge branch 'master' into dev-beforeShowYear-1226 2015-06-19 20:19:56 +02:00
Jeroen Thora
2b52aa419d Merge pull request #1438 from Azaret/dev-title-1410
Add the posibility to have a title on the picker #1410
2015-06-19 08:34:06 +02:00
Gregoire D
bf7b1456d1 Adding a note about daterange usage #1412 2015-06-18 20:11:16 +02:00
Grégoire Daussin
dd4572bfa8 Add the posibility to have a title on the picker #1410 2015-06-18 16:15:02 +02:00
Grégoire Daussin
35336f4be3 Docs included 2015-06-18 12:56:59 +02:00
Jakob Damgaard Møller
5772d011a1 Minor info about TODAY
today date = "0" and not 0.
2015-06-04 11:10:24 +02:00
Chris Rebert
9cacb3d179 "Twitter Bootstrap" => "Bootstrap"
Also updates the homepage URL for Bootstrap.

Since version 3, Bootstrap is no longer organizationally affiliated with Twitter.
See http://getbootstrap.com/about/#name
and https://github.com/twbs/bootstrap/issues/9899
2015-05-04 18:25:50 -07:00
Bob Olde Hampsink
affed43e46 Added maxViewMode to options
Fixed bower version mismatch

Applied maxViewMode to view states

Revert "Fixed bower version mismatch"

This reverts commit 069390014acd9688bd9b099969fa218c28898569.

Added docs
2015-03-31 21:25:16 +02:00
Jeroen Thora
bf11f8b38b Merge pull request #1315 from Silhm/daysOfWeekHighlighted
Feature : Days of week highlighted
2015-03-31 20:44:43 +02:00
Nicolas McCurdy
126fe050b0 Add documentation for the immediateUpdates option 2015-03-20 15:40:26 -04:00
Simon FLORENTIN
b88f43c073 added doc for daysOfWeekHighlighted 2015-03-18 09:38:14 +01:00
vsn4ik
0cb91f3cc7 Use $.on() instead $.bind(). 2015-03-11 23:20:29 +03:00
hebbet
b6844d9c99 Merge pull request #1279 from vsn4ik/unused_lang_elements
Remove unused eighth element on week arrays.
2015-03-09 21:21:34 +01:00
Chandler Moisen
59d5f503fb Add additional documentaion to methods 2015-03-04 13:06:32 -05:00
Jeroen Thora
f70fc92738 Added option to not show datepicker on readonly field. Fixes #1231 2015-03-02 08:58:35 +01:00
Jeroen Thora
c2a03d9060 Added some missing docs 2015-03-01 16:37:52 +01:00
vsn4ik
64e979c652 Remove unused eighth element on week arrays. 2015-03-01 01:22:41 +03:00
hebbet
a985bbbc6d use min.css 2015-02-17 09:43:59 +01:00
Jeroen Thora
051e64a041 Fixed screenshot script css link 2015-02-17 08:41:08 +01:00
vsn4ik
7f353c0558 Refactoring less and update dist filenames. 2015-02-16 19:02:28 +03:00
Jeroen Thora
1127bf367c Added example for embedded mode, closes #699 2015-02-09 18:54:18 +01:00
Samuel Denis-D'Ortun
99c74af23b add example for inputs option 2015-01-12 21:53:01 -05:00
Jeroen Thora
c9d5e61e91 Doc config changes. Fixes #841 2015-01-11 12:17:32 +01:00
Jeroen Thora
23d5638d1d Fixed some issues from the PR, changed default value and updated docs 2015-01-10 17:53:10 +01:00
Jeroen Thora
db034d5477 Merge branch 'toggle-active-option' of https://github.com/ximi/bootstrap-datepicker into ximi-toggle-active-option
Conflicts:
	js/bootstrap-datepicker.js
2015-01-10 17:52:15 +01:00
Jeroen Thora
f5dd01b863 Merge branch 'option-default-view-date' of https://github.com/nsidc/bootstrap-datepicker into nsidc-option-default-view-date
Conflicts:
	js/bootstrap-datepicker.js
	tests/suites/options.js
2015-01-10 13:39:36 +01:00
Jeroen Thora
0bde6908ff Merge branch 'master' of https://github.com/Anthony-Mckale/bootstrap-datepicker into Anthony-Mckale-master
Conflicts:
	js/bootstrap-datepicker.js
	tests/suites/options.js
2015-01-08 20:12:14 +01:00
Jeroen Thora
b7b44c881c Added docs for datesDisabled #515 2015-01-05 20:49:18 +01:00
Jeroen Thora
2c85a21448 Added docs for beforeShowMonth callback added in #1074 2014-12-20 22:29:52 +01:00