search for: rpiterman

Displaying 6 results from an estimated 6 matches for "rpiterman".

Did you mean: piterman
2005 Oct 19
6
how to prevent "blinking" when adding an element with an effect
Hi, I add a div to my document and use an effect to make it apear gracefully. Unfortunatly, when adding the element, the element apears shortly, then the effect (slideDown) lets it apear nicely - so the page flickers abit - What is the best practice to avoid it? Cheers, Ron
2005 Sep 20
0
sorting in auto completer
Hallo, Can I turn sorting off in autocomplete components? I would like 2 or 3 popular results to apear at the top of the list, after which the rest of the search results, sorted alphabetically, should apear. Cheers, ROn
2005 Sep 20
0
What did I forget
Hi- I am trying to use the ajax autocompleter. In my page there is <input type="text" name="tt" value="" id="tt"/> <div id="myid"/> and later on new Ajax.Autocompleter(''tt'', ''myid'',''http://localhost:8080/port/app?action=manufacturers&qp=tt&service=txtile&tt=42'', { }
2005 Sep 21
0
triggering select in autocompleter
Hi, Is it possible to trigger a selection in autocomplete component? Cheers, Ron
2005 Sep 22
1
Using tokens on autocompleter
Hi, When I use a "," token to enable multiple input, each choice is added in its own line. When using a normal <input type="text"...> I would expect it to leave the linebreaks alone. Is there a workaround for this one? Cheers, Ron
2005 Sep 22
4
Autocompleter: displaying resuts-div on focus
Hi, In the last two days I posted 4 different questions to this forums, but no single answer... Is it personal ? ;-) Anywayz I continue trying, so maybe I have luck this time... The question: in an autocomplete component, is it possible to make the results-div apear when the text field is getting focus? Thanx in advance, Ron