i have followed one of ur help Displaying suggestions in input box.
i have created array in js and trying to do auto complete with following code in page show event. also added link in external resource, but it is not working.
pl. help me..
var availableTags = [
"ActionScript",
"AppleScript",
"Asp",
"BASIC",
"C",
"C++",
"Clojure",
"COBOL",
"ColdFusion",
"Erlang",
"Fortran",
"Groovy",
"Haskell",
"Java",
"JavaScript",
"Lisp",
"Perl",
"PHP",
"Python",
"Ruby",
"Scala",
"Scheme"
]
Appery("mobiletextinput_19").autocomplete("option", "source", availableTags);
Appery("mobiletextinput_19").autocomplete("enable");
Appery("mobiletextinput_19").autocomplete( "search", "" );
also put the code in text box input event
Appery("mobiletextinput_19").autocomplete("disable");
still not working..
pl help