|
|
@ -12,7 +12,7 @@ Demo.Func = BI.inherit(BI.Widget, { |
|
|
|
height: 25, |
|
|
|
height: 25, |
|
|
|
iconCls: "close-ha-font" |
|
|
|
iconCls: "close-ha-font" |
|
|
|
}, |
|
|
|
}, |
|
|
|
children: [{ |
|
|
|
items: [{ |
|
|
|
type: "bi.single_select_item", |
|
|
|
type: "bi.single_select_item", |
|
|
|
height: 25, |
|
|
|
height: 25, |
|
|
|
text: "一月", |
|
|
|
text: "一月", |
|
|
@ -63,7 +63,7 @@ Demo.Func = BI.inherit(BI.Widget, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
width: 200 |
|
|
|
width: 200 |
|
|
|
}); |
|
|
|
}); |
|
|
|
childCombo.setValue(BI.deepClone(this.child)[0].children[0].value); |
|
|
|
childCombo.setValue(BI.deepClone(this.child)[0].items[0].value); |
|
|
|
|
|
|
|
|
|
|
|
return BI.createWidget({ |
|
|
|
return BI.createWidget({ |
|
|
|
type: "bi.left", |
|
|
|
type: "bi.left", |
|
|
|