Skip to content

Commit

Permalink
[fixed] add onNavigate to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Oct 8, 2015
1 parent 8ba4202 commit f002680
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/components/pages/Calendar.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Change event Handler that is called when the value is changed. The handler is ca

<EditableExample codeText={require('../examples/onChangePicker')(widgetName, ['new Date()'])}/>

### onNavigate?{ type: 'Function( Date? date, direction string, view string )' }

Callback fired when the Calendar navigates between views, or forward and backwards in time.

### min?{ type: 'Date' }

The minimum date that the Calendar can navigate from.
Expand Down

0 comments on commit f002680

Please sign in to comment.