Build the NeXTensio list

In this section of the tutorial you will build the page that will display a list of all courses in the database. The list will display the courses ordered by the order_crs field (as explained at the database description).

The page will be built using a NeXTensio list. To add the list, follow the next steps:

  1. Open the index page in Dreamweaver.

  2. Click on the Create NeXTensio List Wizard icon on the MX Kollection tab of the Insert panel, then configure each step of the wizard as explained in what follows.

  3. In the first step of the wizard, you must set details concerning the table to display data from, and where the NeXTensio form is located:

  4. In the second step of the wizard, you must decide which fields to display in the list. By default, the table primary key (the one selected in the first step of the wizard) is not displayed in the column grid.

  5. The third step allows you to define what element will be used as filter for each list field. Since the list will only display course names, which are plain text, you do not need to change anything in this step (by default, a text field is used for list fields). Then click on Next to move on to the wizard's last step.

  6. In the last step of the wizard, you will define list-specific actions:

 

Now the list page is created, and you can move on and create the NeXTensio form.