aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/buttonbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/datepicker/buttonbar.html')
-rw-r--r--demos/datepicker/buttonbar.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/datepicker/buttonbar.html b/demos/datepicker/buttonbar.html
index 69f645634..af9e17306 100644
--- a/demos/datepicker/buttonbar.html
+++ b/demos/datepicker/buttonbar.html
@@ -15,9 +15,20 @@
</head>
<body>
+<div class="demo">
<p>Date: <input type="text" id="date123"></p>
+</div><!-- End demo -->
+
+
+
+<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>
+
+</div><!-- End demo-description -->
+
</body>
</html>