aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/buttonbar.html
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-19 22:42:58 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-19 22:42:58 +0000
commitf2fb805e1832dd579bac7fa7171192028e6b0c32 (patch)
tree9518c99d5643c714f0fb1054b67bdda98ab465c2 /demos/datepicker/buttonbar.html
parent986505846ed27d34962353a967d1689cbdda4969 (diff)
downloadjquery-ui-f2fb805e1832dd579bac7fa7171192028e6b0c32.tar.gz
jquery-ui-f2fb805e1832dd579bac7fa7171192028e6b0c32.zip
updated the demo captions, and reordered the examples navigation
Diffstat (limited to 'demos/datepicker/buttonbar.html')
-rw-r--r--demos/datepicker/buttonbar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/datepicker/buttonbar.html b/demos/datepicker/buttonbar.html
index c36ca835f..5d914e943 100644
--- a/demos/datepicker/buttonbar.html
+++ b/demos/datepicker/buttonbar.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Datepicker - Button bar Demo</title>
+ <title>jQuery UI Datepicker - Display button bar</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
@@ -25,7 +25,7 @@
<div class="demo-description">
-<p>This example adds a bar at the bottom of the calendar with buttons for selecting Today's date and a Done button for closing the calendar. The individual buttons are on by default if the bar is added but each can be turned off via options. The button text is customizable.</p>
+<p>Display a button for selecting Today's date and a Done button for closing the calendar with the boolean <strong>showButtonPanel</strong> option. Each button is enabled by default when the bar is displayed, but can be turned off with additional options. Button text is customizable.</p>
</div><!-- End demo-description -->