Changeset 4493 for trunk/ui/current/datepicker/index.html
- Timestamp:
- 01/20/08 23:05:59 (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
r4490 r4493 688 688 <div id="compat" class="tab_group1 container"> 689 689 <h3>Compatibility</h3> 690 <p>The date picker has been refactored from jQuery Calendarto better fit690 <p>The date picker has been refactored to better fit 691 691 within the <a href="http://ui.jquery.com">jQuery UI</a> project. 692 692 This has involved renaming the main function and some properties, … … 703 703 <p>To migrate fully, the following steps need to be taken:</p> 704 704 <ul> 705 <li>Replace references to the <code>datepicker</code> 706 with <code>attachDatepicker</code>.</li> 707 <li>Replace references to the <code>$.datpicker.reconfigureFor</code> 708 with <code>changeDatepicker</code>.</li> 709 <li>Replace references to the <code>$.datpicker.enableFor</code> 710 with <code>enableDatepicker</code>.</li> 711 <li>Replace references to the <code>$.datpicker.disableFor</code> 712 with <code>disableDatepicker</code>.</li> 705 713 <li>Replace references to the <code>jquery-calendar*</code> 706 714 files with <code>ui.datepicker*</code>.</li>
