Skip to content

Commit

Permalink
added more clarifications on active date vs view date
Browse files Browse the repository at this point in the history
  • Loading branch information
GramThanos committed Dec 12, 2023
1 parent 14dbbc9 commit 56a76e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@

<div class="section-subtitle" id="javascript-method-set">.set() <span class="version-tag" title="Added on version 1.2">v1.2</span></div>
<div class="wrapper-left">
<p>Set the calendar date.</p><br>
<p>Set the calendar's active date.</p><br>
<p>API syntax</p>
<table style="width: 100%;">
<tr><td>Syntax</td><td>.set(<a href="#javascript-calendar-date">date</a>)</td></tr>
Expand Down Expand Up @@ -1029,7 +1029,7 @@
<tr><td>Syntax 2</td><td>.refresh(<a href="#javascript-calendar-date">date</a>)</td></tr>
</table>
<br>
<p><i>Please note that the <a href="#javascript-calendar-date">date</a> parameter will change the view date/month and not the active date of the calendar.</i></p>
<p><i>Please note that the <a href="#javascript-calendar-date">date</a> parameter will change the view date/month and not the active date of the calendar. To change the active date you can use the <a href="#javascript-method-set">set</a> method.</i></p>
</div>
<div class="wrapper-clear"></div>
<div class="wrapper-left">
Expand Down Expand Up @@ -1086,7 +1086,7 @@
<tr><td>Syntax</td><td>.goto(<a href="#javascript-calendar-date">date</a>)</td></tr>
</table>
<br>
<p><i>Please note that the <a href="#javascript-calendar-date">date</a> parameter will change the view date/month and not the active date of the calendar.</i></p>
<p><i>Please note that the <a href="#javascript-calendar-date">date</a> parameter will change the view date/month and not the active date of the calendar. To change the active date you can use the <a href="#javascript-method-set">set</a> method.</i></p>
</div>
<div class="wrapper-clear"></div>
<div class="wrapper-left">
Expand Down

0 comments on commit 56a76e6

Please sign in to comment.