expose findDocumentsSelect and ...Input
This commit is contained in:
parent
2889c15dc8
commit
14e197819d
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ pandora.ui.findDocumentsElement = function() {
|
|||
}
|
||||
}),
|
||||
] : [], [
|
||||
$findSelect = Ox.Select({
|
||||
pandora.$ui.findDocumentsSelect = $findSelect = Ox.Select({
|
||||
id: 'select',
|
||||
items: [].concat(
|
||||
pandora.site.documentKeys.filter(function(key) {
|
||||
|
@ -70,7 +70,7 @@ pandora.ui.findDocumentsElement = function() {
|
|||
}
|
||||
}
|
||||
}),
|
||||
$findInput = Ox.Input({
|
||||
pandora.$ui.findDocumentsInput = $findInput = Ox.Input({
|
||||
autocomplete: autocompleteFunction(),
|
||||
autocompleteSelect: true,
|
||||
autocompleteSelectHighlight: true,
|
||||
|
|
Loading…
Reference in a new issue