Hi

I am trying to add the following event attribute on a circle , but when the HTML is produced the single qutation mark changes to ' .

I wrote the following code

svgEllipse.setAttributeNS(null, "onclick" , "showDialog(\'onmouseout\')" );

BUT when i view it in the browser I see it as

>

 

Thanks

Reply via email to