Skip to content

Commit

Permalink
add some section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
babakhani committed Sep 30, 2017
1 parent dc7ff0a commit cb0eafe
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ More info at [Wikipedia](http://en.wikipedia.org/wiki/Iranian_calendar)

- [Documents](http://babakhani.github.io/PersianWebToolkit/doc/datepicker)
- [Example/Demo](http://babakhani.github.io/PersianWebToolkit/doc/datepicker/example)
- [Playground](http://babakhani.github.io/PersianWebToolkit/doc/datepicker/playground.html)


## Table of content:
Expand Down Expand Up @@ -66,9 +67,9 @@ bower install persian-datepicker
<input type="text" class="example1" />
```

## options table
## Options table

[See Options Full Document](http://babakhani.github.io/PersianWebToolkit/doc/datepicker/options/)
[Options full document](http://babakhani.github.io/PersianWebToolkit/doc/datepicker/options/)


| name | type | default | description |
Expand Down Expand Up @@ -169,4 +170,13 @@ bower install persian-datepicker
| position | string | 'auto' | Position of datepicker element relative to input element, accept 'auto', [x,y] |
| observer | boolean | false | If true datepicker update self by user inputted date string, accept 'yyyy/mm/dd' |
| inputDelay | int | 800 (millisecond) | Time for last user key-down event, accept millisecond |
| template | string | null | By default datepicker have a template string, and you can overwrite it simply by replace string in config. |
| template | string | null | By default datepicker have a template string, and you can overwrite it simply by replace string in config. |

<!--## Thanks and appreciation-->
<!--- Thanks to [vahid Mardani](https://github.com/pylover) my best friend and also my best teacher, for everything that I learned from him.-->
<!--- Thanks to [Behrooz Bahrami](behance.net/behroozbahrami) for designing the logo.-->
<!--- Thanks to [Bita Edalati](github.com/bitaedalati) for create amazing [Playground](http://babakhani.github.io/PersianWebToolkit/doc/datepicker/playground.html)-->

## license

- [WTFPL](http://www.wtfpl.net/)

0 comments on commit cb0eafe

Please sign in to comment.