Bug Tracker

Show
Ignore:
Timestamp:
12/20/07 13:16:22 (1 year ago)
Author:
kbwood.au
Message:

Demonstrate mandatory date

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/current/datepicker/index.html

    r4234 r4250  
    409409</script> 
    410410                    <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. 
    413413                        A callback function is also added to operate when a date is selected. 
    414414                        If no callback is specified, the <code>onchange</code> event of the 
     
    419419$('#addSettings').datepicker({ 
    420420    closeAtTop: false,  
     421    mandatory: true, 
    421422    showOtherMonths: true,  
    422423    showStatus: true,