Change Button to Custom Color in Runtime

I need to change a button to a custom color during runtime - the button can be any color that is selected from a color picker.

can u point me in the right direction.

Thanks

Hi! You should use the onChange event for the colorpicker.
Check the snippet:

http://webix.com/snippet/cb7880fc

Thank You!