Re: [web2py] How to implement a function to choose from a really long list of categories?

2011-12-07 Thread Vinicius Assef
A bit of curiosity... if web2py component has problems, why couldn't it be replaced (by default) by plugin_suggest_widget if it is open source? On Tue, Nov 29, 2011 at 3:33 PM, Jim Steil wrote: > +1 for the suggest widget.  I too have had display issues with the web2py > autocomplete widget. >

Re: [web2py] How to implement a function to choose from a really long list of categories?

2011-11-29 Thread Constantine Vasil
I looked at it and it is .js code. I am developing for mobile with jQuery Mobile and am not sure it will play nicely with jQuery Mobile. I believe a pure Ajax is more appropriate but I have this rendering issue with injected HTML after the page is already build. jQuery Mobile does not fires at t

Re: [web2py] How to implement a function to choose from a really long list of categories?

2011-11-29 Thread Jim Steil
+1 for the suggest widget. I too have had display issues with the web2py autocomplete widget. -Jim On 11/29/2011 11:10 AM, Bruno Rocha wrote: http://dev.s-cubism.com/plugin_suggest_widget http://dev.s-cubism.com/plugin_lazy_options_widget On Tue, Nov 29, 2011 at 3:02 PM, Constantine Vas

Re: [web2py] How to implement a function to choose from a really long list of categories?

2011-11-29 Thread Bruno Rocha
http://dev.s-cubism.com/plugin_suggest_widget http://dev.s-cubism.com/plugin_lazy_options_widget On Tue, Nov 29, 2011 at 3:02 PM, Constantine Vasil wrote: > I have a long list of categories which the user has to add to his My Info. > > The issue is the list is very long - about 500 categories an

[web2py] How to implement a function to choose from a really long list of categories?

2011-11-29 Thread Constantine Vasil
I have a long list of categories which the user has to add to his My Info. The issue is the list is very long - about 500 categories and counting. How it would be the best approach to make this list to load in the HTML really quick? Loading this long list takes considerable time especially on mo