Difference between revisions of "Nats display choose adtools group"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Revision as of 16:28, 18 December 2008
nats_display_choose_adtools_group
Let the affiliate pick an adtool group from a list.
Alias: display_choose_adtools_group
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
tpl | Template used to display output | Any valid template | The function_display_choose_adtools_group template | tpl="my_template" |
name | Name of the HTML form | Any valid HTML form name | None. | name="my_name" |
class | Class of the HTML form | Any valid HTML class name | None. | class="my_class" |
data_only | Set variables but don't display the template | 1 | None. The template is displayed. | data_only=1 |
Output
A form that lets you select an adtool group.
Notes
None.