[Seaside] style: not supported for Canvas' version of (html label)?

Rick Flower rickf at ca-flower.com
Wed Jul 26 06:16:22 UTC 2006


I've been trying to figure out why I can't get my style="..." tags on 
the following code:

(html label) for: 'sAddress';
              with: 'Address :';
              style: 'font-size: large; color: #ff0000'.

What gets generated is :

<label for="sAddress">Address :</label>

I poked around in the Seaside Canvas classes and while I didn't directly 
see a style: method lying around, I did find it in the parent class 
(WATagBrush)..  Is this something that was just overlooked or am I using 
it wrong?

Thanks!


More information about the Seaside mailing list