nuBuilder Documentation
|
Listbox Tab
The Listbox Object is similar to a Dropdown Object, except the data is displayed in a list and it’s possible for the user to make multiple selections at once. There must be an Option value and Description value. HeightThis sets the height of the Listbox Object in pixels.LengthThis sets the width of the Listbox Object in pixels.Button StyleThis option allows you to refer to a custom style to make the “Select All” button look different to the standard default.SQLThis is the SQL statement that would select the data to display in the Listbox Object.The following SQL would retrieve all customers’ last names from the customer table and display them in the Listbox Object, with the customer’s ID as the Option value (the Option value will always be the value that is used in POST variables). e.g. SELECT customer_id, cus_last_name FROM customer
|
Login |
||||