abitdodgy / cfw-usermanager

A user manager demo app for ColdFusion on Wheels
23 stars 11 forks source link

Toggle all checkboxes - feature #11

Open tapirus opened 12 years ago

tapirus commented 12 years ago

Hi, Mohamad, I would like suggest the feature to toogle all checkboxes in the admin-userlist.

Checkbox to toogle all checkboxes:

Checkboxes in userlist:

#checkBoxTag(name="delete", value=users.id)#

Javascript-function:

  1. Where is the best place in cfwheels-usermanager to put this javascript function? 2.How can I assign a name to the form with #startFormTag(action="deleteByCheckBox")# ?

Regards Thorsten

abitdodgy commented 12 years ago

I'll add this to the next release. The admin section is very basic as it stands and requires a some work.