IDEMPIERE-4029 - global search element id (#255)

This commit is contained in:
muriloht 2020-09-16 09:08:12 -03:00 committed by GitHub
parent 51844316df
commit 6771a696cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ public class GlobalSearch extends Div implements EventListener<Event> {
appendChild(bandbox);
// ZKUpdateUtil.setWidth(bandbox, "100%");
bandbox.setAutodrop(true);
bandbox.setId("globalSearchBox");
bandbox.addEventListener(Events.ON_CHANGING, this);
bandbox.addEventListener(Events.ON_CHANGE, this);
bandbox.setCtrlKeys("#up#down");