Lines Matching refs:HTML
18 * HTML templates. The template is edited in place. I.e. in order to
33 * normal HTML elements and bind expression context data to the HTML
82 * HTML template processor. Data values are bound to HTML templates
747 // according to the XML/HTML convention.
776 // time. In jstemplate_perf.html, it's about 50%. I tried to replace
777 // by HTML escaping and assignment to innerHTML, but that was even
825 * @param {string} name The ID of the HTML element used as template.
827 * HTML that contains an element whose ID is 'name'.
854 * @param {string} name The ID of the HTML element used as template.
856 * HTML that contains an element whose ID is 'name'.
876 * @param {Function} loadHtmlFn A function that returns HTML to be inserted
879 * HTML once it's inserted. An object with this id is created if it does not
888 // Load any necessary HTML and try again.
900 * Loads the given HTML text into the given document, so that
908 * @param {string} html HTML text to be inserted into the document.
911 * HTML once it's inserted. An object with this id is created if it does not
914 function jstLoadTemplate_(doc, html, targetId) {
928 div.innerHTML = html;