[Seaside] Which renderer API for this?

Nevin Pratt nevin at bountifulbaby.com
Sat Nov 11 22:36:36 UTC 2006


Michel Bany wrote:
> Nevin Pratt a écrit :
>> Seaside 2.3 allowed things like this in target/action methods:
>>
>> self inform: '<font size="+3"><i>This is a big italicized 
>> text!</i><br>And this is non-italicized, on the next line!</font>'
>>
>> But beginning with Seaside 2.5, that no longer works.
>>
>> How would I do it now?
> This may work :
>
>    self inform: [ :h |
>        h html: '<font size="+3"><i>This is a big italicized 
> text!</i><br>And this is non-italicized, on the next line!</font>' ]
>
> HTH
> Michel.
>

Yep, it does.

Thanks, Michel!

Nevin



More information about the Seaside mailing list