[Seaside] Newbie Seaside and CSS question

Avi Bryant avi.bryant at gmail.com
Wed Feb 22 18:34:10 UTC 2006


On Feb 22, 2006, at 9:18 AM, Ramon Leon wrote:

>> or with canvas api
>>
>> html heading; id: 'header'; level1; with: self mainHeader
>>
>> Philippe
>
> You mean...
>  (html heading) id: 'header'; level1; with: [self mainHeader].

No parens needed:

     html heading level1; id: 'header'; with: [self mainHeader]

Avi


More information about the Seaside mailing list