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

Yann Monclair yann at monclair.info
Fri Oct 20 20:46:36 UTC 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


WAHtmlCanvas>>tableHeading: aBlock
	self tableHeading with: aBlock

yes it's an implicit #with: , probably a faster way to do it, if you  
don't have anything else to specify. I personally never use it. I  
rather send with myself, since it's sent anyway ;)

HTH,

Yann

On Oct 20, 2006, at 10:40 PM, Rick Flower wrote:

> 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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)

iQCVAwUBRTk1rpU/hichOrnsAQLYdgQAxpgU6La0KTQXk9WMJo63DrsOdAAQPX5I
GySuK/0sRu6+AybflSxRrJ69fUQb+G7GWNuh2jSZkoTArzoZpuDIOXpZZmCzjVXy
Q0r+ALVPyNxu3oVbK9mxiFwEDTkvi/CV5jy/YPUpcCcb27EjYFnASnPjYoLgD2D2
A99rDycX7E0=
=xAnR
-----END PGP SIGNATURE-----


More information about the Seaside mailing list