Skip to content

Commit 7ad5d2c

Browse files
committed
Datepicker: showButtonPanel - Explain what the button panel this option shows actually is.
1 parent e35a677 commit 7ad5d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/datepicker.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
<desc>The name of the animation used to show and hide the datepicker. Use <code>"show"</code> (the default), <code>"slideDown"</code>, <code>"fadeIn"</code>, any of the <a href="/category/effects/">jQuery UI effects</a>. Set to an empty string to disable animation.</desc>
393393
</option>
394394
<option name="showButtonPanel" type="Boolean" default="false" example-value="true">
395-
<desc>Whether to show the button panel.</desc>
395+
<desc>Whether to display a button pane underneath the calendar. The button pane contains two buttons, a Today button that links to the current day, and a Done button that closes the datepicker. The buttons' text can be customized using the <a href="#option-currentText"><code>currentText</code></a> and <a href="#option-closeText"><code>closeText</code></a> options respectively.</desc>
396396
</option>
397397
<option name="showCurrentAtPos" type="Number" default="0" example-value="3">
398398
<desc>When displaying multiple months via the <a href="#option-numberOfMonths"><code>numberOfMonths</code></a> option, the <code>showCurrentAtPos</code> option defines which position to display the current month in.</desc>

0 commit comments

Comments
 (0)