Add function addNode(){ var item = new ppc.item({caption: "new child"}); myhook.appendChild(item); }