[Seaside] Re: [Seaside-dev] Inserting JQuerySVG plug in

Johan Brichau johan at inceptive.be
Sun Jul 29 13:40:02 UTC 2012


Hi Lorenzo,

(this seems like a general question - I'm replying this to the general Seaside discussion mailinglist as well)

There is the SeasideDynamicSVG work (www.squeaksource.com/SeasideDynamicSVG) and we included a package SeasideDynamicSVG-JQuery there. This supports the svg.load() (~= jQuery load html) functionality in Seaside and also adds svg animation function to JQAnimate.

You will have to include the jQuery svg javascript files with your Seaside application yourself because he package does not include them.

We are extensively using jQuery and SVG in Seaside, but have never needed to add anything else because merely including the jQuery.dom plugin means you have jQuery support over svg elements. If you want other specific jQuery svg functions integrated, I suggest to add wrappers for them to this package. In this way, all wrappers for jQuery svg stay together.

I'm happy to help you get started on figure out specific problems. So do not hesitate if you have further questions!

Johan

On 28 Jul 2012, at 13:33, Lorenzo Schiavina wrote:

> Hi,
>  
> I am almost new to Seaside, but I have a very good knowledge of ST.
>  
> I would like to use JQuerySVG plug in in Seaside: could you suggest me a detailed documentation that enables me to insert this plug in Seaside or there is anybody that has already done this work?
>  
> Thanks
>  
> Lorenzo
>  
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev



More information about the seaside mailing list