[Seaside] HTML generation protocol

Boris Popov boris at deepcovelabs.com
Fri Nov 3 23:50:24 UTC 2006


Never mind,

html evaluator
 callback:
  [:script | 
  | string |
  string := String
             streamContents:
              [:stream | 
               script
                 render:
                   [:h | 
                   | dialog |
                   dialog := (Seaside.YUIPanel new) delegate: Profile
new; yourself.
                   dialog renderContentOn: h]
             on: stream].
  string halt]

On to making this prettier and functional I go ;)

Cheers,

-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 Boris
Popov
Sent: Friday, November 03, 2006 3:41 PM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: [Seaside] HTML generation protocol

I played around for a bit, but couldn't find a way to generate HTML for
a given component for later consumption, any hints?

Cheers!

-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.

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


More information about the Seaside mailing list