[Seaside] Which renderer API for this?

Boris Popov boris at deepcovelabs.com
Tue Nov 7 23:36:00 UTC 2006


html anchor
 callback: [self rapidOrderEntry];
 with: [html html: '<font size="+1">Click for <i>Rapid Order
Entry!</i></font>']

Hope this helps,

-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 Nevin
Pratt
Sent: Tuesday, November 07, 2006 3:32 PM
To: seaside at lists.squeakfoundation.org
Subject: [Seaside] Which renderer API for this?

I'm playing with the latest Seaside, thinking of porting my app from 
Seaside 2.3.

I am aware of the difference between "html text: aString" and "html 
html: aString" (introduced around Seaside 2.5), but I have html embedded

in strings in other API's as well.  For example, I do this type of thing

a lot:


                    html
                        anchorWithAction: [self rapidOrderEntry]
                        text: '<font size="+1">Click for <i>Rapid Order 
Entry!</i></font>'

because back in the Seaside 2.3 days, I could embed html directly in the

text. 

But now I can't.

So, the question is, what is the easiest way to accomplish the above
now?

Nevin

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


More information about the Seaside mailing list