Lines Matching refs:cfgs
719 * @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) {
764 if (cfgs.hasOwnProperty(attr)) {
767 attrCfg = cfgs[attr];