Server Behaviors

Macromedia Dreamweaver 8 provides users with an interface for adding server behaviors into their documents to perform server-side tasks such as filtering records based on user criteria, paging through records, linking result lists to details pages, and inserting records into a result set. If a Dreamweaver user repeatedly inserts the same runtime code into documents, you can create a new extension to automate updating a document with these frequently used code blocks. For details about working with the Server Behavior Builder interface to implement a custom server behavior, see "Adding Custom Server Behaviors" in Getting Started with Dreamweaver. Then, refer to this chapter for details about working with the supporting server behavior files and the functions that interact with established server behaviors. For individual function information, see "Server Behavior functions" and "Extension Data Manager functions" in the Dreamweaver API Reference. Dreamweaver currently supports server behavior extensions that add runtime code for the following server models: ASP.Net/C#, ASP.Net/VisualBasic, ASP/JavaScript, ASP/VBScript, ColdFusion, JSP, and PHP/MySQL.

The following terms are used throughout this chapter: