Hello,

I need to display attribute values on my svg map when I click on 
some map objects.  Because the length of attribute "COMMENT" is 256, 
text wrap is required when displaying it. 


I tried text:wrap in svg script as followed, "my text" was 
wrapped.   

<text:wrap id="comment" x="590" y="490" width="410" style="font-
family: arial;fill:red;font-size: 15px;text-align: justify;line-
interval: 1.0em" id="comments">my text</text:wrap> 


But I don't know how to update "comments" with new text(the 
comments) by my ECMAScript.  

svgDoc.getElementById("comments").firstChild.nodeValue="new text"; 
dosen't work.

Please advise. Your help will be greatly appreciated.


Spring 





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to