[Proto-Scripty] Re: formatting list item content in Ajax.Autocompleter

2009-11-13 Thread Ashwin
. Ashwin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptaculous@googlegroups.com To unsubscribe from this group, send email

[Proto-Scripty] Re: formatting list item content in Ajax.Autocompleter

2009-11-12 Thread Ashwin
? Thanks. Ashwin On Nov 11, 3:48 pm, Yogesh Agashe yogesh.aga...@gmail.com wrote: Sure, glad that I was able to help you ! Yogesh Ashwin wrote:In addition to your snippet, I had to add the following CSS attributes to the LI element: position: relative; overflow: auto; and slightly increased

[Proto-Scripty] Re: formatting list item content in Ajax.Autocompleter

2009-11-12 Thread Ashwin
into the text box without modifying controls.js? Ideally, it would be nice to have an option to use in the constructor, to toggle between copying raw content versus textual content. Thanks. Ashwin --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Proto-Scripty] formatting list item content in Ajax.Autocompleter

2009-11-11 Thread Ashwin
In a regular HTML page, this has a tabular look to it. But when this content gets loaded in the autocompleter's DIV element, it gets treated just like HTML whitespace. Am I missing something here, or are there better ways of doing this? Thanks! Ashwin

[Proto-Scripty] Re: formatting list item content in Ajax.Autocompleter

2009-11-11 Thread Ashwin
in that area. Can you send me a relevant snippet of the CSS that you employ for this effect? Thanks, Ashwin On Nov 11, 12:59 pm, Yogesh Agashe yogesh.aga...@gmail.com wrote: Hi Ashwin, How about floating the span elements? I have similar list and I use float. Add a class to your span elements

[Proto-Scripty] Re: formatting list item content in Ajax.Autocompleter

2009-11-11 Thread Ashwin
In addition to your snippet, I had to add the following CSS attributes to the LI element: position: relative; overflow: auto; and slightly increased the width of the container UL element. It is now showing up as expected. Thanks for your help! Ashwin On Nov 11, 2:15 pm

[Proto-Scripty] DOM building with Prototype library

2008-12-23 Thread Ashwin
a different behavior for DOM building, or am I not following a best/recommended practice for such type of dynamic content generation using the DOM model? I would really appreciate being pointed in the right direction!!! Thanks. Ashwin --~--~-~--~~~---~--~~ You received