Difference between revisions of "Nats display choose adtools group"
From TMM Wiki
Jump to navigationJump to searchm |
TMMStephenY (talk | contribs) m |
||
Line 50: | Line 50: | ||
== Notes == | == Notes == | ||
None. | None. | ||
+ | |||
+ | [[Category:NATS4 Template Functions]] |
Latest revision as of 15:57, 20 May 2011
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.