Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Postion updates #128

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
7aca80b
Added dependency for eonasdan-bootstrap-datetimepicker
unthunk Oct 22, 2015
8118ee2
Cleaned up markup in examples/basic/index.html
unthunk Oct 22, 2015
7c8f41f
Added data attrs used on eonasdan-bootstrap-datetimepicker for stylin…
unthunk Oct 22, 2015
5122909
Updated picker-switch markup for parity with eonasdan-bootstrap-datet…
unthunk Oct 22, 2015
baa26df
Updated widget to always use relative positioning for parent wrapper …
unthunk Oct 26, 2015
f31559b
Merge pull request #1 from unthunk/markup-cleanup
unthunk Oct 26, 2015
c6956cf
Fixes for tests
unthunk Oct 28, 2015
fd0b640
Merge pull request #2 from unthunk/markup-cleanup
unthunk Oct 28, 2015
dced0e2
This file belongs in a different branch
unthunk Oct 28, 2015
403fd3e
Merge pull request #3 from unthunk/markup-cleanup
unthunk Oct 28, 2015
a0c8c1a
Adding support for custom icons as https://github.com/Eonasdan/bootst…
unthunk Oct 28, 2015
0d3aa08
Additional unit test for custom icons
unthunk Oct 29, 2015
7b77458
Updated Days, Months, and Years headers to use icons as https://githu…
unthunk Oct 29, 2015
a05b29d
Added icon example using fontawesome to examples
unthunk Oct 29, 2015
18455fa
Updated REAMDE.md with documentation on icons
unthunk Oct 29, 2015
92da7dc
Put Months and Years click handlers back on headers
unthunk Oct 29, 2015
1d51579
Merge pull request #4 from unthunk/support-custom-icons
unthunk Oct 29, 2015
e914142
Removing uneeded console.log
unthunk Oct 30, 2015
2f09f50
Added widgetPositioning option based on http://eonasdan.github.io/boo…
unthunk Nov 10, 2015
4393afa
updated README for clarity
unthunk Nov 11, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ DateTimeField
| **minDate** | moment | undefined | The earliest date allowed for entry in the calendar view. |
| **maxDate** | moment | undefined | The latest date allowed for entry in the calendar view. |
| **mode** | string | undefined | Allows to selectively display only the time picker ('time') or the date picker ('date') |
| **icons** | object| {time: 'glyphicon glyphicon-time', date: 'glyphicon glyphicon-calendar', up: 'glyphicon glyphicon-chevron-up', down: 'glyphicon glyphicon-chevron-down', previous: 'glyphicon glyphicon-chevron-left', next: 'glyphicon glyphicon-chevron-right', today: 'glyphicon glyphicon-screenshot', clear: 'glyphicon glyphicon-trash', close: 'glyphicon glyphicon-remove'} | Optionally replace any/all of the icons |
| **widgetPositioning** | object | {vertical: 'auto', horizontal: 'auto'} | Set position of widget, accepts horizontal: 'auto', 'left', 'right' and vertical: 'auto', 'top', 'bottom' |

Update Warning
===============================
Expand Down
Loading