Editing dynamic content on a page

Editing dynamic content on a page

You can modify or remove dynamic content from a page by changing the server behavior that provides the content, or deleting the behavior altogether. For example, you can edit a recordset server behavior to return more records to the page.

Dynamic content on a page is listed in the Server Behaviors panel. For example, if you add a recordset to your page, the Server Behaviors panel lists it as follows:

Recordset(myRecordset)

If you add another recordset to your page, the Server Behaviors panel lists both recordsets as follows:

Recordset(mySecondRecordset)
Recordset(myRecordset)

To edit a server behavior providing dynamic content:

  1. Open the Server Behaviors panel (Window > Server Behaviors).
  2. Click the Plus (+) button to display the server behaviors, and double-click the server behavior in the Server Behaviors panel.

    The dialog box you used to define the original data source appears.

  3. Make your changes in the dialog box and click OK.

You can also use the Property inspector to edit the recordsets on the page. Open the Property inspector (Window > Properties); then select the recordset in the Server Behaviors panel (Window > Server Behavior).

Related topics

  • Testing dynamic content
  • Deleting dynamic content


Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Defining Sources of Dynamic Content
Developing Applications Rapidly