[Seaside] Inserting a SVG item into a tab page

Lorenzo Schiavina lorenzo at edor.it
Tue Apr 19 07:01:14 UTC 2011


Thank you very much: I suceeded; it was really easy!

Lorenzo
----- Original Message ----- 
From: "Hannes Hirzel" <hannes.hirzel at gmail.com>
To: "Seaside - general discussion" <seaside at lists.squeakfoundation.org>
Sent: Monday, April 18, 2011 7:45 PM
Subject: Re: [Seaside] Inserting a SVG item into a tab page


> 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
>>
>>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 



More information about the seaside mailing list