@ -42,6 +42,7 @@ BI.TextButton = BI.inherit(BI.BasicButton, {
value: o.value,
py: o.py,
keyword: o.keyword,
title: null,
});
},
@ -62,6 +62,7 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
height: o.height,
title: o.title,
}],
};
@ -56,6 +56,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
}, {
type: "bi.icon_label",
@ -55,6 +55,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
@ -52,6 +52,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
@ -53,6 +53,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
@ -46,6 +46,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
@ -39,6 +39,7 @@ BI.TextItem = BI.inherit(BI.BasicButton, {
@ -50,6 +50,7 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
@ -50,6 +50,7 @@ BI.IconTextNode = BI.inherit(BI.NodeButton, {
@ -42,6 +42,7 @@ BI.TextIconNode = BI.inherit(BI.NodeButton, {
@ -38,6 +38,7 @@ BI.TextNode = BI.inherit(BI.NodeButton, {