Re: [Proto-Scripty] Tactical Advice: Many rows, one checkbox per row

2012-04-27 Thread Wojtek Zadora
Sorry for the mess I produced. Of course all this stuff with _checked array is not necessery if you want send AjaxRequest immediatly after checkbox click - just extract the clicked item and send all needed data including checkbox state as you do. -wz Hi I wrote a routine (not sure if it

[Proto-Scripty] Tactical Advice: Many rows, one checkbox per row

2012-04-25 Thread Phil Petree
Hey All, My need is to create a easy approval process for what could be a handful of subscribers up to 1000's of subscribers. The idea thus far is to create a table that has (and needs) only a few columns of information: RecordID (hidden) | Approved [checkbox] | Subscriber Name (read_only

RE: [Proto-Scripty] Tactical Advice: Many rows, one checkbox per row

2012-04-25 Thread Brian Marquis
Advice: Many rows, one checkbox per row Hey All, My need is to create a easy approval process for what could be a handful of subscribers up to 1000's of subscribers. The idea thus far is to create a table that has (and needs) only a few columns of information: RecordID (hidden

Re: [Proto-Scripty] Tactical Advice: Many rows, one checkbox per row

2012-04-25 Thread Phil Petree
Of *Phil Petree *Sent:* Wednesday, April 25, 2012 10:39 AM *To:* prototype-scriptaculous@googlegroups.com *Subject:* [Proto-Scripty] Tactical Advice: Many rows, one checkbox per row ** ** Hey All, My need is to create a easy approval process for what could be a handful

RE: [Proto-Scripty] Tactical Advice: Many rows, one checkbox per row

2012-04-25 Thread Brian Marquis
-scriptaculous@googlegroups.com] On Behalf Of Phil Petree Sent: Wednesday, April 25, 2012 2:01 PM To: prototype-scriptaculous@googlegroups.com Subject: Re: [Proto-Scripty] Tactical Advice: Many rows, one checkbox per row Funny, I had just figured out what you had suggested for getting rid

Re: [Proto-Scripty] Tactical Advice: Many rows, one checkbox per row

2012-04-25 Thread Phil Petree
@googlegroups.com *Subject:* Re: [Proto-Scripty] Tactical Advice: Many rows, one checkbox per row ** ** Funny, I had just figured out what you had suggested for getting rid of the hidden field and making the record id the value. The problem is that ONLY the checked items get