Skip to content

Commit

Permalink
clarifications on active date and on the refresh and the goto methods
Browse files Browse the repository at this point in the history
  • Loading branch information
GramThanos committed Dec 12, 2023
1 parent 04e2ac0 commit 14dbbc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@

<div class="section-subtitle" id="parameter-date">date <span class="version-tag" title="Added on version 1.2">v1.2</span></div>
<div class="wrapper-left">
<p>Set the calendar's date.</p>
<p>Set the calendar's active date.</p>
<table style="width: 100%;">
<tr><td>Name</td><td>date</td></tr>
<tr><td>Values</td><td><a href="#javascript-calendar-date">Date string</a></td></tr>
Expand Down Expand Up @@ -1029,6 +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>
</div>
<div class="wrapper-clear"></div>
<div class="wrapper-left">
Expand Down Expand Up @@ -1085,6 +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>
</div>
<div class="wrapper-clear"></div>
<div class="wrapper-left">
Expand Down

0 comments on commit 14dbbc9

Please sign in to comment.