[Seaside] how do you not encode text?

Sean Allen sean at monkeysnatchbanana.com
Sun Jan 3 06:33:55 UTC 2010


seaside 3:

i have text, that is an html snippet that needs to be inserted onto
the canvas as is, like:

<img src="http://example.com">

but if you just do

canvas render: '<img src="http://example.com">'

it encodes the < and >.

how can i turn off encoding?


More information about the seaside mailing list