[Seaside] Inserting a SVG item into a tab page

Hannes Hirzel hannes.hirzel at gmail.com
Mon Apr 18 17:45:08 UTC 2011


Lorenzo

A hint

I had a similar question last month

http://lists.squeakfoundation.org/pipermail/seaside/2011-March/026184.html


I used the answer given in
http://lists.squeakfoundation.org/pipermail/seaside/2011-March/026190.html

renderContentOn: html
    html html: self svgString

svgString
   ^ '<svg xmlns="http://www.w3.org/2000/svg"
      xmlns:xlink="http://www.w3.org/1999/xlink"
      height="800">
	......'

The page source produced looked so far fine but the browser (FF3.6)
did not render it properly. At that time I could not follow up what
caused it. Maybe it was that FF did not interpret the file properly or
it was still malformed.

I am interested in getting this running ...

--Hannes


On 4/18/11, Lorenzo Schiavina <lorenzo at edor.it> wrote:
> Hi,
>
> I would like to insert into a tab page of uilayout in jquery-widgets a draw
> from SVG examples.
>
> Can anybody help me?
>
> Many thanks
>
> Lorenzo
>
>


More information about the seaside mailing list