Bug Tracker

Show
Ignore:
Timestamp:
01/20/08 23:05:59 (1 year ago)
Author:
grabanski
Message:

Updated compatibility plugin to reflect changes in core.

Files:
1 modified

Legend:

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

    r4490 r4493  
    688688                <div id="compat" class="tab_group1 container"> 
    689689                    <h3>Compatibility</h3> 
    690                     <p>The date picker has been refactored from jQuery Calendar to better fit 
     690                    <p>The date picker has been refactored to better fit 
    691691                        within the <a href="http://ui.jquery.com">jQuery UI</a> project. 
    692692                        This has involved renaming the main function and some properties, 
     
    703703                    <p>To migrate fully, the following steps need to be taken:</p> 
    704704                    <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> 
    705713                        <li>Replace references to the <code>jquery-calendar*</code> 
    706714                            files with <code>ui.datepicker*</code>.</li>