Lines Matching defs:value
16 * Utility method to split out simple attribute name/value pairs ("x")
17 * from complex attribute name/value pairs ("x.y.z"), so that complex
21 * @param {Object} valueHash An object with attribute name/value pairs
45 value: valueHash[k]
59 * Returns the initial value of the given attribute from
61 * over-ridden value if it exists in the set of initValues
66 * @param {Object} initValues The object with simple and complex attribute name/value pairs returned from _normAttrVals
68 * @return {Any} The initial value of the attribute.
75 var val = cfg.value,
108 subval = subvals[i].value;