|
|
@ -40,6 +40,7 @@ BI.TextTrigger = BI.inherit(BI.Trigger, { |
|
|
|
height: o.height, |
|
|
|
height: o.height, |
|
|
|
text: text || o.defaultText, |
|
|
|
text: text || o.defaultText, |
|
|
|
tipType: o.tipType, |
|
|
|
tipType: o.tipType, |
|
|
|
|
|
|
|
title: o.title, |
|
|
|
warningTitle: o.warningTitle, |
|
|
|
warningTitle: o.warningTitle, |
|
|
|
hgap: o.textHgap, |
|
|
|
hgap: o.textHgap, |
|
|
|
vgap: o.textVgap, |
|
|
|
vgap: o.textVgap, |
|
|
|