Searched refs:cfgs (Results 1 - 4 of 4) sorted by relevance

/yui3/build/attribute-core/
H A Dattribute-core-debug.js853 * @param {Object} cfgs An object with attribute name/configuration pairs.
855 * Values defined in the cfgs argument will be over-written by values in this argument unless defined as read only.
862 addAttrs : function(cfgs, values, lazy) {
864 if (cfgs) {
865 host._tCfgs = cfgs;
867 host._addAttrs(cfgs, host._tVals, lazy);
884 * @param {Object} cfgs An object with attribute name/configuration pairs.
886 * Values defined in the cfgs argument will be over-written by values in this argument unless defined as read only.
891 _addAttrs : function(cfgs, values, lazy) {
897 for (attr in cfgs) {
[all...]
/yui3/build/base-core/
H A Dbase-core-debug.js329 var cfgs = null, attr, attrs = clazz.ATTRS;
334 cfgs = cfgs || {};
335 cfgs[attr] = allCfgs[attr];
341 return cfgs;
/yui3/src/attribute/js/
H A DAttributeCore.js719 * @param {Object} cfgs An object with attribute name/configuration pairs.
721 * Values defined in the cfgs argument will be over-written by values in this argument unless defined as read only.
728 addAttrs : function(cfgs, values, lazy) {
730 if (cfgs) {
731 host._tCfgs = cfgs;
733 host._addAttrs(cfgs, host._tVals, lazy);
750 * @param {Object} cfgs An object with attribute name/configuration pairs.
752 * Values defined in the cfgs argument will be over-written by values in this argument unless defined as read only.
757 _addAttrs : function(cfgs, values, lazy) {
763 for (attr in cfgs) {
[all...]
/yui3/src/base/js/
H A DBaseCore.js327 var cfgs = null, attr, attrs = clazz.ATTRS;
332 cfgs = cfgs || {};
333 cfgs[attr] = allCfgs[attr];
339 return cfgs;

Completed in 44 milliseconds