From af15f2c4a192dea02aab9e519defc68c71763ec4 Mon Sep 17 00:00:00 2001 From: yvesf Date: Mon, 22 Nov 2010 14:34:55 +0100 Subject: jquery ui --- .../demos/datepicker/inline.html | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 static/development-bundle/demos/datepicker/inline.html (limited to 'static/development-bundle/demos/datepicker/inline.html') diff --git a/static/development-bundle/demos/datepicker/inline.html b/static/development-bundle/demos/datepicker/inline.html new file mode 100644 index 0000000..cb1e9b7 --- /dev/null +++ b/static/development-bundle/demos/datepicker/inline.html @@ -0,0 +1,33 @@ + + + + + jQuery UI Datepicker - Display inline + + + + + + + + + + +
+ +Date:
+ +
+ + + +
+

Display the datepicker embedded in the page instead of in an overlay. Simply call .datepicker() on a div instead of an input.

+
+ + + -- cgit v1.2.1