UNPKG

ucan-ext-js-kitchen-sink

Version:

my-ext-gen-app description for Ext JS app MyExtGenApp

12 lines (10 loc) 283 B
Ext.define('UCAN.common.util.components.DynamicColorTool', { extend: 'Ext.Tool', alias: 'widget.dynamicColorTool', config: { dynamicColor: null }, updateDynamicColor: function(config) { this.element.dom.firstChild.style.cssText = 'color: ' + config + ';'; } });