n For True/False type attributes, select the Show Attribute Name option to set the value to true
and deselect it to set the value to false.
5. To set the value of any other editable attribute on the page, choose the attribute from the list and
repeat steps 3 and 4.
6. Click OK when you??™re finished.
882
Enhancing Productivity and Web Site Management Part VI
Enabling Repeating Regions
Data-driven pages handle repeating regions elegantly. A single row of a table is bound to data, and the application
server returns as many requested rows as are available. However, not all pages are data-driven??”and not all
areas of a page that repeat can be bound to a data source. Dreamweaver provides solutions for both the serverside
??”the Repeat Region server behavior??”and the client-side??”the template-based repeating region feature.
A repeating region, like an editable region, is applied to a template and may surround any tag-complete area
(an area containing both a beginning tag and an ending tag) on a page. Typically, repeating regions wrap
around the same type of areas as their server behavior cousins, such as table rows. However, unlike the
Repeat Region server behavior, template repeating regions are expanded and manipulated manually in a
template-based document.
Pages:
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518