|
|
|
@ -46,6 +46,7 @@ export class MultiSelectTree extends Single {
|
|
|
|
|
this.searcherPane = createWidget({ |
|
|
|
|
type: MultiTreeSearchPane.xtype, |
|
|
|
|
cls: "bi-border-left bi-border-right bi-border-bottom", |
|
|
|
|
showIcon: o.showIcon, |
|
|
|
|
isSelectedAny: o.searcherPaneIsSelectedAny, |
|
|
|
|
keywordGetter() { |
|
|
|
|
return self.searcher.getKeyword(); |
|
|
|
|