var node = dojo.doc.createElement("li"); var text = this.store.getValue(item,this.key); node.innerHTML = text; this.containerNode.appendChild(node);