Home » HTML » HTML_QuickForm » Bug #2992
New autocomplete method which works like google suggest
Details
| Request #2992 | New autocomplete method which works like google suggest |
|---|---|
| Submitted | 2004-12-20 02:46 UTC |
| From | php at mithis dot com |
| Status | Wont fix |
| Package | HTML_QuickForm |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-12-20 02:46 UTC] php at mithis dot com
Description:
------------
This provides a new component to QuickForm called "hugecomplete" which works similar to google suggest (only using IFrames instead of XMLHttp stuff).
It works pretty well but still needs a tiny bit of work. Thought I would submit it to hopefully get included in the main package one day. It does however require an extra page outside the normal form to function correctly.
All feedback is welcome and would be appreciated.
Reproduce code:
---------------
http://www.mithis.com/php/hugecomplete.phps
The code to produce the hugecomplete element.
http://www.mithis.com/php/echo.phps
The code for the hugecomplete iframe box.