[Seaside] How do you do this in Seaside?

Avi Bryant avi.bryant at gmail.com
Sat Feb 25 06:17:24 UTC 2006


On Feb 24, 2006, at 10:08 PM, Rick Flower wrote:

> I'm wondering how to generate something like :
>
> <p class="legend_lookalike">Personal Details</p>
>
> in Seaside.. I poked around in the Seaside package with the browser  
> but didn't see anything for these.. Any help
> would be greatly appreciated!

Using the Canvas API:

html paragraph
            class: 'legend_lookalike';
            with: 'Personal Details'

Avi


More information about the Seaside mailing list