View comments | RSS feed

Creating a table with a Repeat Region server behavior

The Dynamic Table server object lets you create a table containing dynamic content and apply the Repeat Region behavior from a single dialog box. This server object is especially useful as it simultaneously populates a table with dynamic content from a recordset and applies the Repeat Region server behavior.

To create a dynamic table:

  1. To insert a dynamic table:
  2. Select the recordset you want to use from the Recordset pop-up menu.
  3. Select the number of records to display per page.
  4. Input values for the table border, cell padding, and cell spacing if desired.

    The Dynamic Table dialog box retains the values you enter for table borders, cell padding, and cell spacing. If you are working on a project that will need several dynamic tables requiring the same look, you may want to enter the table layout values, as this will further simplify page development. Note that you can adjust these values after inserting the table using the table Property inspector.

  5. Click OK.

    A table and placeholders for the dynamic content defined in its associated recordset are inserted into the page.



    In this example, the recordset contains four records: FIRSTNAME, LASTNAME, TITLE, and DEPARTMENT. The table's Heading row is populated with the names of each record item. You can edit the headings using any descriptive text you want, or replace them with representative images.


Comments


kabaari said on Apr 28, 2006 at 3:27 PM :
More of a question, is it possible to create repeat region the are lateral?
No screen name said on Sep 6, 2007 at 2:35 PM :
Or how do you display the next group of entries if they outnumber your initial selected qty to display?? In other words, how do you append on the Next or Previous buttons to move through all the available items ?
chucknado said on Sep 11, 2007 at 11:24 AM :
To create Next and Previous links, see http://livedocs.adobe.com/dreamweaver/8/using/37_dis14.htm
chucknado said on Sep 11, 2007 at 11:30 AM :
To create Next and Previous links, see http://livedocs.adobe.com/dreamweaver/8/using/37_dis14.htm
Burndog13 said on Sep 11, 2007 at 12:11 PM :
chucknado, Thanks for that!!! I had found the means to add the next and previous buttons but not the means to generate the IF conditions where it displayed the button or link depending on IF there were more record sets available. The link you provided gave all the material I needed.

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/dreamweaver/8/using/37_dis19.htm