The Dependent Drop-down 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. allows the web developers to include dependent drop-downs in their site pages. Before applying it, there must be at least one 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 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 in web applications. (for the detail form item) created in the Dreamweaver page, and two list/menu items inserted.
Also, the master form item must have values associated to it (either dynamically, through another recordset, or statically). To do this, select the master list/menu item in your Dreamweaver page and use the Property Inspector to associate values to it:
This server behavior is accessible from the Application panel, Server Behaviors -> + -> MX Kollection -> Form Controls -> Dependent Drop-down.
The user interface has two tabs. Directions about their correct configuration are given below.
To set the dialog box options for the first tab, follow the next steps:
To set the dialog box options for the second tab, follow the next steps:
|
Goos
Daniel
|
dependent drop down How can you make the dependent menu a jump menu so you would see a detailled page of the selected item in the second menu example: Menu 1 lets you select a country Menu 2 lets you see the provinces of that country, by selecting the province of choice you would jump to the detail page of the chosen province Looking forward to your reply |