COnfigurable reports has a very neat feature called sendmail. Basically when a user id is given a column heading 'sendmail' the user id is replaced with a checkbox, when checked, a mail is sent out to checked users.
I would like to make the following modifications to the code:
1. default check all boxes in the query.
2. Have a Select All and a Clear All button at bottom for convenience in selection process.
The plugin is so complex that I am unsure how to do this. It looks like a lot of javascript libraries are used and maybe this is very easy to implement but I don't know where to start.
Any help in this regard will be deeply appreciated.