Nats smarty function ajax box (NATS3)
From Tmmwiki
nats_smarty_function_ajax_box
Briefly describe what the function does.
Alias: ajax_box
Contents |
Parameters
(Required parameters in bold)
| Parameter | Description | Possible Values | Default Value | Example |
|---|---|---|---|---|
| name | Name of the AJAX search box | Any Javascript variable name | None. | name="my_name" |
| type | Type of search box | members, resellers, or campaigns | None. | type="members" |
| onclick | Script URL to run when the user clicks | Any javascript URL | None. No script is run | onclick="my_script.js" |
Output
An AJAX search box.
Notes
None.