Fix color button

This commit is contained in:
Julia Radzhabova 2021-01-12 16:36:45 +03:00
parent e80644cc1f
commit 57e14320a3

View file

@ -41,9 +41,19 @@ define([
Common.UI.ColorButton = Common.UI.Button.extend(_.extend({
options : {
hint: false,
enableToggle: false,
visible: true
id : null,
hint : false,
enableToggle : false,
allowDepress : false,
toggleGroup : null,
cls : '',
iconCls : '',
caption : '',
menu : null,
disabled : false,
pressed : false,
split : false,
visible : true
},
template: _.template([