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,8 +41,18 @@ define([
Common.UI.ColorButton = Common.UI.Button.extend(_.extend({ Common.UI.ColorButton = Common.UI.Button.extend(_.extend({
options : { options : {
id : null,
hint : false, hint : false,
enableToggle : false, enableToggle : false,
allowDepress : false,
toggleGroup : null,
cls : '',
iconCls : '',
caption : '',
menu : null,
disabled : false,
pressed : false,
split : false,
visible : true visible : true
}, },