Page 1 of 1

nuAddBrowseTitleSelect description

Posted: Sun Feb 13, 2022 5:40 pm
by Duski
Where can I find description of functions Nu 4.5 - nuAddBrowseTitleSelect and nuBrowseTitle#_select?

Re: nuAddBrowseTitleSelect description

Posted: Sun Feb 13, 2022 8:29 pm
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.