Changeset 4250
- Timestamp:
- 12/20/07 13:16:22 (1 year ago)
- Files:
-
- 1 modified
-
trunk/ui/current/datepicker/index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/current/datepicker/index.html
r4234 r4250 409 409 </script> 410 410 <p>Additional settings let you move the <em>Clear</em>/<em>Close</em> controls 411 to the bottom, display the days in other months (non-selectable),412 and show a status bar.411 to the bottom, hide the <em>Clear</em> control to make the date mandatory, 412 display the days in other months (non-selectable), and show a status bar. 413 413 A callback function is also added to operate when a date is selected. 414 414 If no callback is specified, the <code>onchange</code> event of the … … 419 419 $('#addSettings').datepicker({ 420 420 closeAtTop: false, 421 mandatory: true, 421 422 showOtherMonths: true, 422 423 showStatus: true,
