Browse Source

text_value_check_combo的trigger自定义

es6
windy 7 years ago
parent
commit
1c55efe237
  1. 2
      src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js

2
src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js

@ -17,7 +17,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
_init: function () {
BI.TextValueCheckCombo.superclass._init.apply(this, arguments);
var self = this, o = this.options;
this.trigger = BI.createWidget({
this.trigger = BI.createWidget(o.el, {
type: "bi.select_text_trigger",
items: o.items,
height: o.height,

Loading…
Cancel
Save