| Module description |
| Module to call on a search procedure. Interface designed to initiate a search based on distance from a US zip code, and/or US city - state. |
|
| Fig 4.2.1a Module |
|
| Configuring the module |
| The module is configured when loaded into the locator application. Section 3.5 describes the use of the <loadmodule> tag to load a module into the the application. The table and figure below describes the code set between the opening <loadmodule> and closing </loadmodule> tags. All code set within the <loadmodule> tag is directed to the module when the module is completely loaded and initialized. |
<loadmodule name="SZS1a" option="show">
<prefs
destination_module_name="RLV1d"
destination_error_module="RLV1d"
/>
</loadmodule> |
| Fig 4.2.1b Configuring module |
|
|
| Attribute | Values / Range | Default 1 | Notes |
| destination_module_name |
text, module name |
|
2 |
| destination_error_module |
text, module name |
|
3 |
| view_zip_form |
off, on |
on |
4 |
| view_state_form |
off, on |
on |
5 |
| view_divider |
off, on |
on |
6 |
| Notes |
- Default value persists if attribute is omitted from tag.
- Name of module that will handle and display search results.
- Name of module that will handle and display search errors. Search errors include no records found.
- Shows the search by distance from zip code form when set to on.
- Shows the search by city & state form when set to on.
- Shows the divider bar between the two forms when set to on.
|
|
| Table 4.2.1c Tag Reference |
|
| |
| |