Skip to content

Commit

Permalink
fix options set, make componennets reinitilizable
Browse files Browse the repository at this point in the history
  • Loading branch information
babakhani committed Oct 1, 2017
1 parent cb0eafe commit 2f06fa1
Show file tree
Hide file tree
Showing 12 changed files with 241 additions and 187 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ bower install persian-datepicker

| name | type | default | description |
| ------------- |:-------------: | :----------------------------------------------:| :----------: |
| initialCalendar | string | 'persian' | Set default calendar mode of datepicker, available options: 'persian', 'gregorian' |
| calendarType | string | 'persian' | Set default calendar mode of datepicker, available options: 'persian', 'gregorian' |
| calendar | object | | Calendar type and localization configuration |
| calendar.persian | object | | Persian calendar configuration |
| calendar.persian.locale | string | 'fa' | Set locale of Persian calendar available options: 'fa', 'en' |
Expand Down
7 changes: 7 additions & 0 deletions dist/css/persian-datepicker.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
** persian-datepicker - v0.5.12b
** Reza Babakhani <[email protected]>
** http://babakhani.github.io/PersianWebToolkit/docs/datepicker
** Under WTFPL license
*/

.datepicker-plot-area {
-moz-user-select: none;
-khtml-user-select: none;
Expand Down
7 changes: 7 additions & 0 deletions dist/css/persian-datepicker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2f06fa1

Please sign in to comment.