Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
crsten committed Feb 24, 2016
1 parent b996a9d commit bf5f701
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ <h2>onConfirm <span>Callback</span> <a href="#index">Go up</a></h2>
</code>
</pre>
<button class="grey full" onclick="onConfirmDemo()">Let's try that</button>
<p><i class="fa fa-lightbulb-o hint"></i>The scope(this) is the datepicker object</p>
<p><i class="fa fa-lightbulb-o hint"></i>The context(this) is the datepicker object</p>
<script>
function onConfirmDemo(){
datepicker.unselectAll();
Expand All @@ -1051,7 +1051,7 @@ <h2>onClose <span>Callback</span> <a href="#index">Go up</a></h2>
</code>
</pre>
<button class="grey full" onclick="onCloseDemo()">Let's try that</button>
<p><i class="fa fa-lightbulb-o hint"></i>The scope(this) is the datepicker object</p>
<p><i class="fa fa-lightbulb-o hint"></i>The context(this) is the datepicker object</p>
<script>
function onCloseDemo(){
datepicker.unselectAll();
Expand All @@ -1076,7 +1076,7 @@ <h2>onSelect <span>Callback</span> <a href="#index">Go up</a></h2>
</code>
</pre>
<button class="grey full" onclick="onSelectDemo()">Let's try that</button>
<p><i class="fa fa-lightbulb-o hint"></i>The scope(this) is the date. The first parameter is the un-/selected state as Boolean</p>
<p><i class="fa fa-lightbulb-o hint"></i>The context(this) is the date. The first parameter is the un-/selected state as Boolean</p>
<script>
function onSelectDemo(){
datepicker.unselectAll();
Expand Down

0 comments on commit bf5f701

Please sign in to comment.