Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
nuAddBrowseTitleSelect description
-
- Posts: 95
- Joined: Thu Mar 04, 2021 2:03 pm
nuAddBrowseTitleSelect description
Where can I find description of functions Nu 4.5 - nuAddBrowseTitleSelect and nuBrowseTitle#_select?
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: nuAddBrowseTitleSelect description
The function is not yet documented in the Wiki.
nuAddBrowseTitleSelect()
#nuBrowseTitle0_select# contains the value of the first dropdown
#nuBrowseTitle1_select# contains the value of the second dropdown
etc.
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.