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.

nuAddBrowseTitleSelect description

Questions related to using nuBuilder Forte.
Post Reply
Duski
Posts: 95
Joined: Thu Mar 04, 2021 2:03 pm

nuAddBrowseTitleSelect description

Unread post by Duski »

Where can I find description of functions Nu 4.5 - nuAddBrowseTitleSelect and nuBrowseTitle#_select?
kev1n
nuBuilder Team
Posts: 4565
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 529 times
Contact:

Re: nuAddBrowseTitleSelect description

Unread post by kev1n »

The function is not yet documented in the Wiki.

nuAddBrowseTitleSelect()

Code: Select all

// Function to add a dropdown to a title of a Browse Screen
// * @param {number} index - Column (Index), where the dropdown will be displayed
// * @param {object} data -  String array to populate the dropdown

function nuAddBrowseTitleSelect (index, data) 

#nuBrowseTitle0_select# contains the value of the first dropdown
#nuBrowseTitle1_select# contains the value of the second dropdown
etc.
Post Reply