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