| Label | The label of this element |
| CSS Class | CSS class assigned to this element |
| Style using CSS only | Defines whether or not JForms should append inline CSS attributes to the element, Set to “YES” if you want to disable inline CSS attributes |
| Multi-Select | Whether or not to allow the user to select more than one element |
| Required | Whether or not this field is required , the Form will not be submitted until this field is filled |
| Table name | Name of the table from which the list will be populated "#__" prefixes are allowed |
| Key field | The name table field whose values will be used as the “value” attribute for the “option” tag , i.e. The value that will be stored in the Database |
| Value field | The name table field whose values will be used as the “text” for the “option” tag , i.e. The text that will be shown to the user |
| Order field | The name table field that is used for ordering |
| Order Mode | The ordering mode “Ascending or descending |
To create a list box containing all usernames indexed by id , sorted by id in ascending manner you will