some improvements to advanced find
This commit is contained in:
parent
7b5d587a21
commit
b10a710a63
4 changed files with 48 additions and 43 deletions
|
|
@ -9,13 +9,13 @@ oml.ui.findElement = function() {
|
|||
hasPressedClear = false,
|
||||
previousFindKey = findKey,
|
||||
|
||||
that = Ox.FormElementGroup({
|
||||
that = Ox.FormElementGroup({
|
||||
|
||||
elements: [
|
||||
elements: [
|
||||
|
||||
oml.$ui.findInSelect = renderFindInSelect(),
|
||||
oml.$ui.findInSelect = renderFindInSelect(),
|
||||
|
||||
oml.$ui.findSelect = Ox.Select({
|
||||
oml.$ui.findSelect = Ox.Select({
|
||||
id: 'select',
|
||||
items: [].concat(
|
||||
oml.config.findKeys.map(function(key) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue