Re: formatting tables generated by checkbox_group()

2007-11-27 Thread Sean Davis
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

formatting tables generated by checkbox_group()

2007-11-26 Thread neil
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