* { * // Set single Node references using selector syntax * // (selector is run through node.one) * titleNode: "span.yui-title", * // Set NodeList references using selector syntax * // (array indicates selector is to be run through node.all) * listNodes: ["li.yui-item"], * // Set other attribute types, using a parse function. * // Context is set to the widget instance. * label: function(contentBox) { * return contentBox.one("span.title").get("innerHTML"); * } * } *
* Defines the static fields which need to be aggregated, * when this class is used as the main class passed to * the Base.build method. *
HTML_PARSER