a:6:{s:9:"#provides";s:18:"dojo.NodeList-html";s:9:"#resource";s:16:"NodeList-html.js";s:9:"#requires";a:1:{i:0;a:2:{i:0;s:6:"common";i:1;s:9:"dojo.html";}}s:18:"dojo.NodeList.html";a:8:{s:9:"prototype";s:13:"dojo.NodeList";s:4:"type";s:8:"Function";s:10:"parameters";a:2:{s:7:"content";a:1:{s:4:"type";s:0:"";}s:6:"params";a:2:{s:8:"optional";b:1;s:4:"type";s:6:"Object";}}s:6:"source";s:183:" var dhs = new dojo.html._ContentSetter(params || {}); this.forEach(function(elm){ dhs.node = elm; dhs.set(content); dhs.tearDown(); }); return this; // dojo.NodeList";s:7:"summary";s:71:"see `dojo.html.set()`. Set the content of all elements of this NodeList";s:11:"description";s:188:"Based around `dojo.html.set()`, set the content of the Elements in a NodeList to the given content (string/node/nodelist), with optional arguments to further tune the set content behavior.";s:7:"returns";s:13:"dojo.NodeList";s:8:"examples";a:1:{i:0;s:361:" dojo.query(".thingList").html("
  • 1
  • 2
  • 3
  • ", { parseContent: true, onBegin: function(){ this.content = this.content.replace(/([0-9])/g, this.id + ": $1"); this.inherited("onBegin", arguments); } }).removeClass("notdone").addClass("done");";}}s:18:"dojo.NodeList-html";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:4:"dojo";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}}