rendering straight html..

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

rendering straight html..

sergio_101
i wrote a wrapper for spotify, and part of the trick is, it will pass
a small player widget to the caller as straight html.

how would i got about rendering this on the canvas? it just needs to
render as is, and not be escaped..

thanks!

--
----
peace,
sergio
photographer, journalist, visionary

http://www.ThoseOptimizeGuys.com
http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: rendering straight html..

Paul DeBruicker
On 09/25/2012 01:08 PM, sergio_101 wrote:
> i wrote a wrapper for spotify, and part of the trick is, it will pass
> a small player widget to the caller as straight html.
>
> how would i got about rendering this on the canvas? it just needs to
> render as is, and not be escaped..
>
> thanks!
>

WAHtmlCanvas>>#html: should do what you want.



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: rendering straight html..

sergio_101
>>
>
> WAHtmlCanvas>>#html: should do what you want.
>

awesome! thanks!



--
----
peace,
sergio
photographer, journalist, visionary

http://www.ThoseOptimizeGuys.com
http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside