Page 1 of 1

Displaying suggestions in input box

Posted: Sun Dec 29, 2013 1:28 pm
by Ketan Patil

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


Displaying suggestions in input box

Posted: Sun Dec 29, 2013 3:44 pm
by Alena Prykhodko

Hello,

Could you please tell steps to reproduce? Reference on doc you've used will help too.
What link and where did you add?
[quote:]also added link in external resource[/quote]


Displaying suggestions in input box

Posted: Tue Dec 31, 2013 5:13 pm
by Ketan Patil

i have followed the help topic https://getsatisfaction.com/apperyio/...
and did as per y told in that.

only the diff. things i have done are specified above.

pl. reply


Displaying suggestions in input box

Posted: Tue Dec 31, 2013 9:12 pm
by maxkatz

I just tried the steps here: https://getsatisfaction.com/apperyio/... and it seems to work fine.

Is your input component name: mobiletextinput_19?