Lines Matching refs:attr
35 attr,
43 attr = path.shift();
44 v = subvals[attr] = subvals[attr] || [];
66 * @param {String} attr The name of the attribute
75 _getAttrInitVal : function(attr, cfg, initValues) {
92 val = valFn.call(this, attr);
100 if (simple && simple.hasOwnProperty(attr)) {
101 val = simple[attr];
106 if (complex && complex.hasOwnProperty(attr)) {
107 subvals = complex[attr];