[Proto-Scripty] Re: Prototype with SVG docs

2010-09-11 Thread Gregory Nicholas
this is a huge issue moving forward for PrototypeJS.. some huge refactoring is going to have to take place On Sep 9, 8:23 am, Blaine wrote: > Could somebody advise as to the effort level and any tips for me to > add better support for Prototype working with SVG docs? > > The two things I miss th

[Proto-Scripty] Re: Prototype with SVG

2009-03-10 Thread marx
Right, when I run that script (in Firefox 3) The following alert boxes appear: HTML !!! toto2 toto2 test2 SVG !!! [object SVGAnimatedString] I then get "_t.addClassName is not a function" in the error console Debugging the script shows me that _t doesn't appear to have a prototype attribute. Us

[Proto-Scripty] Re: Prototype with SVG

2009-03-06 Thread david
Hi marx, I try to do the following: http://www.w3.org/1999/xhtml"; xmlns:svg="http://www.w3.org/2000/svg";> alert('HTML !!!'); var _t=$('test'); alert(_t.className); _t.addClassName('test2'); ale