PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #2992

New autocomplete method which works like google suggest

Details

Request #2992New autocomplete method which works like google suggest
Submitted2004-12-20 02:46 UTC
Fromphp at mithis dot com
StatusWont fix
PackageHTML_QuickForm
PHP VersionIrrelevant
OSIrrelevant
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.