View Single Post
  #13  
Old 09-24-2012, 02:20 PM
nabrahamson nabrahamson is offline
Member
 
Join Date: Sep 2011
Posts: 36
To clarify, I have a node n:

sub_n = n.insertGroupBelow(<nodename>)

So when I want to add an attribute to sub_n like:

sub_n.parentNode = n

I cannot access that parentNode attribute.
__________________
Reply With Quote