Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Change] JS: nuGetLookupId(): Optional Arguments

Information about updates, news, Code Library
admin
Site Admin
Posts: 2813
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[Change] JS: nuGetLookupId(): Optional Arguments

Unread post by admin »

nuGetLookupId() now takes two new optional arguments:

setFocus: Focus the object after populating it. (Default: true)
setEdited: Sets the status of an Edit Form to Edited if set to true. (Default: true);

Code: Select all

nuGetLookupId(pk, id, setFocus, setEdited)
Post Reply