billtricarico
1 Aug 2012, 11:54 AM
Hello,
In ExtJS 4.1, I am adding a new node using appendChild(). That new node is created in the tree and eventually makes it back to ExtDirect with a new id for that new node. But that id never gets assigned to that node. Is that an automatic process or do I need to call newNode.set('id,',myNewId) somewhere?
When I immediately add another node to the last new node, the whole thing breaks down because there is no parentId.
Thanks.
In ExtJS 4.1, I am adding a new node using appendChild(). That new node is created in the tree and eventually makes it back to ExtDirect with a new id for that new node. But that id never gets assigned to that node. Is that an automatic process or do I need to call newNode.set('id,',myNewId) somewhere?
When I immediately add another node to the last new node, the whole thing breaks down because there is no parentId.
Thanks.