|
|
|
@ -16,7 +16,7 @@ Demo.SingleTreeCombo = BI.inherit(BI.Widget, {
|
|
|
|
|
ref: function (_ref) { |
|
|
|
|
self.tree = _ref; |
|
|
|
|
}, |
|
|
|
|
text: "默认值", |
|
|
|
|
defaultText: "请选择", |
|
|
|
|
items: items, |
|
|
|
|
width: 300, |
|
|
|
|
value: "11" |
|
|
|
@ -40,4 +40,4 @@ Demo.SingleTreeCombo = BI.inherit(BI.Widget, {
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
BI.shortcut("demo.single_tree_combo", Demo.SingleTreeCombo); |
|
|
|
|
BI.shortcut("demo.single_tree_combo", Demo.SingleTreeCombo); |
|
|
|
|