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

Boris Popov boris at deepcovelabs.com
Fri Oct 20 20:44:10 UTC 2006


Yup. The shortcut methods just do,

tag: aBlock
 self tag with: aBlock

or specifically in your case,

tableHeading: aBlock
 self tableHeading with: aBlock

Cheers!

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Rick
Flower
Sent: Friday, October 20, 2006 1:41 PM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: Re: [Seaside] style: not supported for table headers (canvas
api)?

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..
_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the Seaside mailing list