can i manipulate the source code for the query widget to disable info-window for the results layer the query creates ?
Ibrahim,
Sure just comment out line 1225 of the Widget.js (assuming you are talking about WAB 2.0).
thank you
Glad to help. Don't forget to mark this thread as answered by clicking on the "Correct Answer" link on the thread that answered your question.
Hi Robert,
Is it the Query\Widget.js? because this doesn't go over line 1000 in version 2.8.
Thanks
That reply was from 3 years ago (version 2.0). I am sure a lot has changed since then.
Yea makes sense, but do you have an idea?
In WAB Dev 2.11 it is line 749 you need to comment out:
resultLayer.setInfoTemplate(popupTemplate);
Ibrahim,
Glad to help. Don't forget to mark this thread as answered by clicking on the "Correct Answer" link on the thread that answered your question.