Bug Tracker

Show
Ignore:
Timestamp:
05/27/08 13:53:30 (8 months ago)
Author:
paul.bakaus
Message:

autocomplete: ported autocomplete to UI, including UI's widget factory. Changed API and stylesheets to conform the API.

When initializing autocomplete, don't pass in a string/data source as first argument, use date/url keys in the option hash (as first argument) instead.

Call related methods using $().autocomplete(methodName, [args]), destroy autocomplete using $().autocomplete("destroy")

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/autocomplete/test/index.html

    r5519 r5698  
    22<html> 
    33<head> 
    4 <link rel="Stylesheet" media="screen" href="../../../qunit/testsuite.css" /> 
    5 <script type="text/javascript" src="../lib/jquery.js"></script> 
    6     <script type="text/javascript" src="../../../qunit/testrunner.js"></script> 
     4<link rel="stylesheet" href="../../../../trunk/qunit/testsuite.css" type="text/css" media="screen" title="no title" charset="utf-8"> 
     5 
     6<script type="text/javascript" src="../../../../trunk/jquery/jquery-1.2.6.js"></script> 
     7<script type="text/javascript" src="../../../../trunk/qunit/testrunner.js"></script> 
     8 
    79<!-- include metadata plugin two times to make sure that doesn't hurt anyone --> 
    810<script type="text/javascript" src="../jquery.autocomplete.js"></script>