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

Boris Popov boris at deepcovelabs.com
Fri Oct 20 20:36:05 UTC 2006


(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.

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:34 PM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: [Seaside] style: not supported for table headers (canvas api)?

I tried using the following and got a DNU for it :

html tableHeading: 'Inventory on-hand'; style: 'text-align: right'.

Is this just missing in the Canvas API or in general?  In this case, I'm

using the Canvas API.  If it helps, I'm using Seaside 2.6b1.43.0.


-- Rick
_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the Seaside mailing list