Hi
   I create and append the path element with id named as arrow line at some 
times  in a groupElement. Now I need to get the element one by one using 
arrowLine. Is there any functions availabel to get the all elements using 
elements id. 
 
var arrowLine=svgContentsDocument.createElement("path");
arrowLine.setAttribute("id","arrowLine");
arrowLine.setAttribute('stroke-width',200);
arrowLine.setAttribute('stroke',"blue");
arrowLine.setAttribute('opacity',"1");
groupParent.appendChild(arrowLine);
 
kindly let me know your solutions.
Thanks 
Raghu.

Yahoo! India Matrimony: Find your life partneronline.

[Non-text portions of this message have been removed]



-----
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