Page 1 of 1

Event not fired for Lookups

Posted: Sun Aug 09, 2020 3:56 pm
by kev1n
Hi Steven,

Events are not fired for Lookup Objects.

E.g. add an Event onblur (or any other event) in the "Custom Code" Tab with the Javascript:

Code: Select all

alert('you will never see me!');

https://github.com/smalos/nuBuilder4-Bu ... t_fired.md

Re: Event not fired for Lookups

Posted: Mon Aug 10, 2020 1:55 am
by admin
kev1n,

Try putting it here...
test2.PNG

Steven

Re: Event not fired for Lookups

Posted: Mon Aug 10, 2020 5:37 pm
by kev1n
Hi Steven,

Thanks, Yes, for onblur one could use the Lookup JS. But if I was going to catch other events like onkeypress, oninput etc.,
I would have to add them under Custom Code (But these events are not triggered...)

Re: Event not fired for Lookups

Posted: Thu Jan 13, 2022 6:52 am
by kev1n
Fix is on Github.