Searched defs:buttonConfig (Results 1 - 1 of 1) sorted by relevance
/yui3/src/widget-buttons/js/ |
H A D | widget-buttons.js | 511 var config, buttonConfig, nonButtonNodeCfg, 526 buttonConfig = Y.merge(config); 531 delete buttonConfig[nonButtonNodeCfg[i]]; 535 button = ButtonPlugin.createNode(buttonConfig); 750 var buttonConfig, defConfig, name, button, tagName, label; 762 buttonConfig = { 769 label && (buttonConfig.label = label); 771 // Merge `config` with `buttonConfig` values. 772 Y.mix(config, buttonConfig, false, null, 0, true);
|
Completed in 10 milliseconds