Well, unfortunately the reason I'm using pyramid and deform is because I'm really a python dev not a web dev. Ajax is on my list, but it's been there for months now. Will try tonthon's javascript, looks like it'll probably solve my use-case, thanks!
On Thu, Mar 16, 2017 at 3:07 PM, Jo G <[email protected]> wrote: > My thought would be that you need to link the sequence up and make Ajax > calls to redraw the sequence input. > > That way every time you 'scan' an event triggers an Ajax call to redraw > that sequence with a new element. > > To do this you will need your own version of the sequence and item > templates with a callback section that contains the Ajax. > > We've overridden a select box to return results via an Ajax call to a > database. > > Try and find what you want without deform and then go from there. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "pylons-discuss" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/pylons-discuss/3dtmfCBvM9E/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/pylons-discuss/b990ffe6-92d6-4dc0-b9ec-a1c39de681cc% > 40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAGQ70esvkAuPaQw4Jr7ODL%2BCC8UzBs5N7pvSoLgDgQstB8cD6Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
