Searched refs:newEl (Results 1 – 1 of 1) sorted by relevance
56 const newEl = doc.createElement(tagName); constant57 if (content) newEl.innerHTML = content.toString();60 newEl.setAttribute(attr, value.toString())62 this.insertAfterIdented(newEl, insertPoint);129 const newEl = templateElement.cloneNode(true) as Element; constant130 this.insertAfterIdented(newEl, insertPoint);132 this.updateElement(newEl, options);