The purpose of this dialog box is to create a master page and a corresponding detail page. This application object is available only when working on ColdFusion, ASP, PHP, or JSP sites.
By default, Dreamweaver selects all the columns in the recordset. If your recordset contains a unique key column such as recordID
, select it and click the Minus (-) button so that it is not displayed on your page.
On the master page, the recordset columns will be arranged horizontally in a table. Clicking the up arrow moves the column to the left; clicking the down arrow moves the column to the right.
For example, if you want each product name on your master page to have a link to the detail page, select the recordset column containing product names.
Usually, the column chosen is the record ID number. This value is passed to the detail page so that it can identify the record chosen by the user.
NOTE |
|
This option is selected by default; it does not appear for all server models. |
By default, Dreamweaver selects all the columns in the master pages recordset. If the recordset contains a unique key column such as recordID
, select it and click the Minus (-) button so that it is not displayed on the detail page.
On the detail page, the recordset columns will be arranged vertically in a table. Clicking the up arrow moves the column up; clicking the down arrow moves the column down.
The application object creates a detail page (if you didnt already create one) and adds dynamic content and server behaviors to both the master and detail pages.