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