HTML generation protocol

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

HTML generation protocol

Boris Popov, DeepCove Labs (SNN)
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

[hidden email]

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
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: HTML generation protocol

Boris Popov, DeepCove Labs (SNN)
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

[hidden email]

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: [hidden email]
[mailto:[hidden email]] 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

[hidden email]

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
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside