some improvements to advanced find

This commit is contained in:
rlx 2016-01-14 14:11:52 +05:30
commit b10a710a63
4 changed files with 48 additions and 43 deletions

View file

@ -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) {