Lines Matching refs:attr
33 attr,
41 attr = path.shift();
42 v = subvals[attr] = subvals[attr] || [];
64 * @param {String} attr The name of the attribute
73 _getAttrInitVal : function(attr, cfg, initValues) {
90 val = valFn.call(this, attr);
98 if (simple && simple.hasOwnProperty(attr)) {
99 val = simple[attr];
104 if (complex && complex.hasOwnProperty(attr)) {
105 subvals = complex[attr];