Searched refs:simple (Results 1 - 2 of 2) sorted by relevance

/yui3/build/attribute-complex/
H A Dattribute-complex-debug.js18 * Utility method to split out simple attribute name/value pairs ("x")
25 * @return {Object} An object literal with 2 properties - "simple" and "complex",
26 * containing simple and complex attribute values respectively keyed
54 return { simple:vals, complex:subvals };
68 * @param {Object} initValues The object with simple and complex attribute name/value pairs returned from _normAttrVals
79 simple,
99 simple = initValues.simple;
100 if (simple && simple
[all...]
/yui3/src/attribute/js/
H A DComplexAttribute.js16 * Utility method to split out simple attribute name/value pairs ("x")
23 * @return {Object} An object literal with 2 properties - "simple" and "complex",
24 * containing simple and complex attribute values respectively keyed
52 return { simple:vals, complex:subvals };
66 * @param {Object} initValues The object with simple and complex attribute name/value pairs returned from _normAttrVals
77 simple,
97 simple = initValues.simple;
98 if (simple && simple
[all...]

Completed in 32 milliseconds