Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

[Change] JS: nuGetLookupId(): Optional Arguments

Information about updates, news, Code Library
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

[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