expose findDocumentsSelect and ...Input

This commit is contained in:
j 2019-12-01 17:45:28 +01:00
parent 2889c15dc8
commit 14e197819d
1 changed files with 2 additions and 2 deletions

View File

@ -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,