Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Event not fired for Lookups

Questions related to using nuBuilder Forte.
Post Reply
kev1n
nuBuilder Team
Posts: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 times
Contact:

Event not fired for Lookups

Unread post 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
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: Event not fired for Lookups

Unread post by admin »

kev1n,

Try putting it here...
test2.PNG

Steven
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 times
Contact:

Re: Event not fired for Lookups

Unread post 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...)
kev1n
nuBuilder Team
Posts: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 times
Contact:

Re: Event not fired for Lookups

Unread post by kev1n »

Fix is on Github.
Post Reply