views:

22

answers:

0

I am wanting to have autocomplete triggered after a user types a period to do a "code complete" sort of like in Eclipse. I can't begin to glean from the documentation how to go about this. I've searched for similar questions with no luck.

Which functions would I need to override to get this sort of behavior? I don't need AJAX, the page will already contain the possible values in an array. So local autocomplete that only happens after a certain character or word. Any ideas StackOverflow?