has anyone done that before and give me a few hints? I'm not the master programmer^^
On Mon, Dec 9, 2013 at 4:47 PM, Richard Vézina <ml.richard.vez...@gmail.com>wrote: > It a custom thing, you can do anything you need... Web2py as really little > to do with that. But you will have to work around web2py default... BSM > select is not going to work out of the box you will have to give it what it > need to work : web2py custom widget that wrap BSM for instance. > > Richard > > > On Mon, Dec 9, 2013 at 10:43 AM, Kevin Bethke <kevin.bet...@gmail.com>wrote: > >> autocomplete would be nice. but anything is better than scrolling though >> a list showing only 5 entries holding shift for 25 ingredience and forget >> holding shift at the last one. I read "really quickly through the examples >> from bsmselect. that works with <ul> and <ol> lists? Does that work with >> web2py when this is part of a form with some more entries like name of the >> soup, instructions and preperation time >> >> >> On Mon, Dec 9, 2013 at 4:35 PM, Richard Vézina < >> ml.richard.vez...@gmail.com> wrote: >> >>> So you need a auto complete widget... Don't remember if bsmselect has >>> one... I use to build my own bsm like widget with bootstrap multiselect and >>> typeahead... To me what was important was to make sure order of picked >>> items remains from input and update, so you can see the order of importance >>> of the thing selected, like ingredient label on can... >>> >>> :) >>> >>> Richard >>> >>> >>> On Mon, Dec 9, 2013 at 10:30 AM, Kevin Bethke <kevin.bet...@gmail.com>wrote: >>> >>>> that bsm select looks already way better than the standard w2p >>>> implementation. >>>> My requirements are pick 0-max ingredience. All ingredience have to be >>>> in the ingredience table. no ingredient can be picket twice. >>>> I don't need the default or most common 10 stuff. Just a simple way to >>>> pick quite a few out off a table with close to 500 entries (and rising). >>>> >>>> >>>> On Mon, Dec 9, 2013 at 4:02 PM, Richard Vézina < >>>> ml.richard.vez...@gmail.com> wrote: >>>> >>>>> You need to have control over the ingredient order no? You need >>>>> something like BSM selet : https://github.com/vicb/bsmSelect >>>>> >>>>> You will need also a piece of python to restore the order of the list >>>>> elements you get from the DB... >>>>> >>>>> But I am not sure of your needs... For you issue that you have to pick >>>>> 20 ingredience, may you can have a kind of recipe default that get you the >>>>> 10 first commons ingredient of a soup for example... >>>>> >>>>> Richard >>>>> >>>>> >>>>> >>>>> >>>>> On Mon, Dec 9, 2013 at 9:57 AM, BlueShadow <kevin.bet...@gmail.com>wrote: >>>>> >>>>>> Hi, >>>>>> If I had two tables one called ingredience and the other soup. It is >>>>>> quite painfull to put 20 ingredience in one soup. Is there any more >>>>>> convenient way? It is sopposed to work with a form for users to create >>>>>> more >>>>>> entries. So punching in the ids is not an option. >>>>>> >>>>>> -- >>>>>> Resources: >>>>>> - http://web2py.com >>>>>> - http://web2py.com/book (Documentation) >>>>>> - http://github.com/web2py/web2py (Source code) >>>>>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>>>>> --- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "web2py-users" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to web2py+unsubscr...@googlegroups.com. >>>>>> >>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>> >>>>> >>>>> -- >>>>> Resources: >>>>> - http://web2py.com >>>>> - http://web2py.com/book (Documentation) >>>>> - http://github.com/web2py/web2py (Source code) >>>>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>>>> --- >>>>> You received this message because you are subscribed to a topic in the >>>>> Google Groups "web2py-users" group. >>>>> To unsubscribe from this topic, visit >>>>> https://groups.google.com/d/topic/web2py/3HTTdoGnCAA/unsubscribe. >>>>> To unsubscribe from this group and all its topics, send an email to >>>>> web2py+unsubscr...@googlegroups.com. >>>>> >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>> >>>> -- >>>> Resources: >>>> - http://web2py.com >>>> - http://web2py.com/book (Documentation) >>>> - http://github.com/web2py/web2py (Source code) >>>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "web2py-users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to web2py+unsubscr...@googlegroups.com. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>> >>> -- >>> Resources: >>> - http://web2py.com >>> - http://web2py.com/book (Documentation) >>> - http://github.com/web2py/web2py (Source code) >>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "web2py-users" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/web2py/3HTTdoGnCAA/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> web2py+unsubscr...@googlegroups.com. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- >> Resources: >> - http://web2py.com >> - http://web2py.com/book (Documentation) >> - http://github.com/web2py/web2py (Source code) >> - https://code.google.com/p/web2py/issues/list (Report Issues) >> --- >> You received this message because you are subscribed to the Google Groups >> "web2py-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to web2py+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to a topic in the > Google Groups "web2py-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/web2py/3HTTdoGnCAA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > web2py+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.