@ -18,7 +18,8 @@ BI.Html = BI.inherit(BI.Single, {
tgap: 0,
bgap: 0,
text: "",
highLight: false
highLight: false,
handler: null
},
render: function () {
@ -16,7 +16,8 @@ BI.HtmlLabel = BI.inherit(BI.AbstractLabel, {
whiteSpace: o.whiteSpace,
lineHeight: o.textHeight,
text: o.text,
value: o.value
value: o.value,
handler: o.handler
};
}
});