On Nov 26, 2007 5:10 PM, neil <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I was wondering if its possible to get the class="" field passed to
> the tables generated by checkbox_group()?
Not a direct answer to your question, but you will want to move away
from using CGI to generate HTML and move toward us
Hi,
I was wondering if its possible to get the class="" field passed to
the tables generated by checkbox_group()?
For example, I have the following code
$q -> checkbox_group(-name=>'GroupingOptions', -values=> [ '--
bySex', '--byFamily' ], -labels=> \%GroupingOptions, -columns=>2),
which