source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/demos/datepicker/index.html@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1<!doctype html>
2<html lang="en">
3<head>
4 <title>jQuery UI Datepicker Demos</title>
5 <link type="text/css" href="../demos.css" rel="stylesheet" />
6</head>
7<body>
8
9<div class="demos-nav">
10 <h4>Examples</h4>
11 <ul>
12 <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
13 <li><a href="date-formats.html">Format date</a></li>
14 <li><a href="min-max.html">Restrict date range</a></li>
15 <li><a href="localization.html">Localize calendar</a></li>
16 <li><a href="alt-field.html">Populate alternate field</a></li>
17 <li><a href="inline.html">Display inline</a></li>
18 <li><a href="buttonbar.html">Display button bar</a></li>
19 <li><a href="dropdown-month-year.html">Display month &amp; year menus</a></li>
20 <li><a href="other-months.html">Dates in other months</a></li>
21 <li><a href="show-week.html">Show week of the year</a></li>
22 <li><a href="multiple-calendars.html">Display multiple months</a></li>
23 <li><a href="icon-trigger.html">Icon trigger</a></li>
24 <li><a href="animation.html">Animations</a></li>
25 <li><a href="event-search.html">Event Search</a></li>
26 </ul>
27</div>
28
29</body>
30</html>
Note: See TracBrowser for help on using the repository browser.