Sha256: 396c522eceefd7cf5dc19e4bc19bb5ee36d3b0e71be6718f2ef47364efdf3e53
Contents?: true
Size: 986 Bytes
Versions: 9
Compression:
Stored size: 986 Bytes
Contents
h1. About merb_pupu Merb_pupu is a plugin system for merb's public stuff like mootools plugins, icon sets etc. It knows dependencies and it has CLI interface, so it's really easy to bundle such plugins into your app. Please see http://github.com/botanicus/merb_pupu for more informations. h1. About autocompleter This pupu is based on "digitarald's mootools autocompleter":http://digitarald.de/project/autocompleter. It's very flexible and configuratable. It can deal with local data, and few types of AJAX requests (basic request, JSON and HTM request). For more informations please see the showcases on digitarald's page. h1. Usage h2. Initializer Edit the public/javascripts/initializers/autocompleter.js. h2. Layout <pre> # for basic functionality plugin :autocompleter # for local requests through Autocompleter.Request class plugin :autocompleter, :type => "local" # for ajax requests through Autocompleter.Request class plugin :autocompleter, :type => "request" </pre>
Version data entries
9 entries across 5 versions & 1 rubygems