[Proto-Scripty] Re: using form.serialize and multiple selects

2010-03-07 Thread T.J. Crowder
Hi Geoff, This is actually more of a PHP question than a Prototype one. :-) Prototype will serialize the multi-select in the standard way, which results in POST data looking something like this (assuming I've selected blue and white): colour_value=bluecolour_value=white Note how the field

[Proto-Scripty] evalScripts

2010-03-07 Thread bill
The script that loads the div is: function scriptChain (evt, newDivID, chainToProgram, chainFromFormID) { // scriptChain //alert (scriptChain: + newDivID + - + chainToProgram + with + chainFromFormID +); stopBubble (evt); //

Re: [Proto-Scripty] Re: colorpickerjs using callbacks

2010-03-07 Thread Daff
Hi Tony, Glad you solved it. I haven't come across the colour picker you are talking about, but by the sounds of things it is using some of its own custom events, which is what you are really hooking into. I have been doing a bit of work recently with not only consuming custom events, but

[Proto-Scripty] Re: using form.serialize and multiple selects

2010-03-07 Thread geoffcox
Many thanks for the info and the link! Cheers Geoff -- 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-scriptacul...@googlegroups.com. To unsubscribe from this group, send email to