You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to idem...@googlegroups.com
Hello!I modified thefile WSearchEditorin method onEvent().Theadded codedoes not allow thesearch windowappears(in a field ofsearchtype)when changingthe text toempty,andalso clearsthe record IDsearched before.
if (Events.ON_CHANGE.equals(e.getName())) { if (getComponent().getText().isEmpty()){ setValue(null); resetButtonState(); }else{ if (infoPanel != null) { infoPanel.detach(); infoPanel = null; } actionText(getComponent().getText()); }