nourou.dia wrote:
I would like to add on the beerdb list , on the first column a checkbox for all rows , in order to select some rows and show them in a new window for
printing or exporting  in a file .
Any help would be highly appreciated

There are a couple of stages to this, I think. First you will need to add the checkboxes to the page. Then you will need to write a new action to process the checkboxes.

You'll need to understand HTML and the Template Toolkit and probably either CSS or Javascript to make the checkboxes both appear where you want them and also work nicely. You'll need to understand how to write Maypole actions that process forms and probably how to use either SQL or SQL::Abstract with CDBI to build the new page.

Does this make sense? It's probably best to try each step in turn and ask for help with individual problems.

Cheers, Dave


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Maypole-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to