Nested Repeat Region

If you want to add the nested repeat region A repeat region lets you display multiple records from a recordset within a page. Any dynamic data The InterAKT Dynamic Data tool is a replacement for the standard dynamic data dialog. It is used in the MX Kollection 3, to provide a unified way of building mark-ups, or place holders. These are recordset fields, server or session variables, and other types of dynamic data that are replaced at runtime by their corresponding values selection can be turned into a repeat region. However, the most common regions are a table, table row, or a series of table rows. functionality for already created elements, without using the Nested Repeat Region Wizard, you can use the server behavior A server behavior is a reusable component for server-side development. They add blocks of code to your pages for accomplishing specific tasks. Dreamweaver comes with several default server behaviors and the InterAKT extensions add many more to this list. instead. Before using the Nested Repeat Region server behavior, create a simple recordset A recordset is the result of executing an SQL query A query is a SQL command that will extract information from the tables of a database. Essentially, a query is a request for information from your database.. It is composed of multiple rows, each row having multiple columns. The columns presented in the query result depend on the column list declared in the query (they can belong to different tables). The number of rows and their order depend on the query conditions (WHERE, GROUP BY, HAVING, ORDER). The recordset acts as a source of dynamic data in web applications. for the master table and create a more complex recordset for the detail table (a filter must be applied on the foreign key column, ensuring that it is equal to the entered value). Also, make a selection in page.

The Nested Repeat Region is accessible from the Application panel, Server Behaviors -> + -> MX Kollection -> Dynamic Lists -> Advanced -> Nested Repeat Region.

The server behavior has one tab. Instructions about its correct configuration are given below.

 

  1. In the Master recordset drop-down menu select the previously created recordset with the main data. The first recordset is selected by default.
  2. In the Primary key drop-down menu specify the primary key column for the master table. The content of this drop-down menu is refreshed each time the user selects another master table. By default, the first element is selected.
  3. In the Detail Recordset drop-down menu select the recordset created earlier that contains the data related to the master table.
  4. The three buttons in the top right corner of the interface offer you the next functionalities:
    ·  Click OK when you are done configuring the server behavior.
    ·  Click Cancel to exit without applying the new settings.
    ·  The Help button opens this help page.
 
Related Topics