[Seaside] style: not supported for table headers (canvas api)?

Rick Flower rickf at ca-flower.com
Fri Oct 20 20:40:39 UTC 2006


Boris Popov wrote:
> (html tableHeading)
>  style: 'text-align: right';
>  with: 'Inventory'
> 
> or
> 
> (html tableHeading)
>  style: 'text-align: right';
>  with: [html text: 'Inventory']
> 
> Basically #with: has to be at the end to close the tag, before then you
> can do anything you want to it.

Thanks Boris -- using the method I indicated, is that using an implied 
"with:" of sorts?  I hadn't really given that much of a though since I 
wasn't using "with:" directly..


More information about the Seaside mailing list