Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums 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: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 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