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.
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
-
- 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: 4565
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 529 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.