[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

checkbox

Chandoo.. Kalamakuntla

11/26/2006 5:39:00 AM

Hi Guys,

I am working out for assigning the check boxes to the new entries in a
view(form). And now the thing is i have to add functionality to those
check boxes so that when i make multiple selections and press a button
called delete then the checked items all must be deleted. The table i am
using in MySql is documents, which has filename, description and
uploaddate as the columns.I have a delete method assigned to each and
every column.But When i select the delete function assigned to those
checked items, then all the selected items must be deleted.

Regards,
Chandoo..

--
Posted via http://www.ruby-....

1 Answer

Paul Lutus

11/26/2006 9:19:00 AM

0

Chandoo.. Kalamakuntla wrote:

> Hi Guys,
>
> I am working out for assigning the check boxes to the new entries in a
> view(form). And now the thing is i have to add functionality to those
> check boxes so that when i make multiple selections and press a button
> called delete then the checked items all must be deleted. The table i am
> using in MySql is documents, which has filename, description and
> uploaddate as the columns.I have a delete method assigned to each and
> every column.But When i select the delete function assigned to those
> checked items, then all the selected items must be deleted.

You left out a few important things:

1. What GUI interface library are you using? There are dozens.

2. What did you expect to happen?

3. What happened instead?

4. How exactly do (2) and (3) differ?

5. What error messages, if any, were presented to you?

--
Paul Lutus
http://www.ara...