Fix color button
This commit is contained in:
parent
e80644cc1f
commit
57e14320a3
|
@ -41,9 +41,19 @@ define([
|
||||||
|
|
||||||
Common.UI.ColorButton = Common.UI.Button.extend(_.extend({
|
Common.UI.ColorButton = Common.UI.Button.extend(_.extend({
|
||||||
options : {
|
options : {
|
||||||
hint: false,
|
id : null,
|
||||||
enableToggle: false,
|
hint : false,
|
||||||
visible: true
|
enableToggle : false,
|
||||||
|
allowDepress : false,
|
||||||
|
toggleGroup : null,
|
||||||
|
cls : '',
|
||||||
|
iconCls : '',
|
||||||
|
caption : '',
|
||||||
|
menu : null,
|
||||||
|
disabled : false,
|
||||||
|
pressed : false,
|
||||||
|
split : false,
|
||||||
|
visible : true
|
||||||
},
|
},
|
||||||
|
|
||||||
template: _.template([
|
template: _.template([
|
||||||
|
|
Loading…
Reference in a new issue