https://github.com/avinava/autocomplete-visualforce-component
This is a visualforce component that can convert any field into a Autocomplete Component
https://github.com/avinava/autocomplete-visualforce-component
Last synced: 2 months ago
JSON representation
This is a visualforce component that can convert any field into a Autocomplete Component
- Host: GitHub
- URL: https://github.com/avinava/autocomplete-visualforce-component
- Owner: Avinava
- Created: 2013-02-26T09:02:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-13T14:48:13.000Z (over 11 years ago)
- Last Synced: 2024-05-18T03:47:45.503Z (over 1 year ago)
- Language: Apex
- Homepage: http://blogforce9dev-developer-edition.ap1.force.com/ProjectDetail?id=a0290000007rf2z
- Size: 610 KB
- Stars: 4
- Watchers: 5
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Autocomplete-Visualforce-Component
=========This is a visualforce component that can convert any field into a Autocomplete Component
[This component is deprecated you can have a look on a improved verison of the same here .https://github.com/Avinava/Autocomplete-Visualforce-Component-V2]
Few features of the autocomplete component
-* Uses Jquery UI to create the autocomplete component.
* Look And Feel - Has exactly same look and feel as native components
* Uses Js Remoting to populate data and hence the component is very fast and light weight.
* Configurable : The search field can be configured to search fields other than "Name" field. Even the value that is returned to controller can be configured return fields other than record Id.Version
-1.3
Installation
--------------* .http://blogforce9dev-developer-edition.ap1.force.com/ProjectDetail?id=a0290000007rf2z
Usage
-
Demo
-
http://blogforce9dev-developer-edition.ap1.force.com/autocomplete