Nats tooltip (NATS3)

From TMM Wiki
Jump to navigationJump to search
NATS 3
  Template Functions
nats_apache_note
nats_convert_bytes
nats_decode
nats_encode
nats_fhg
nats_helper_row_fill
nats_get_gateway_token
nats_list_campaigns
nats_list_programs
nats_list_sites
nats_my_decode_entities
nats_my_encode_entities
nats_smarty_function_ajax_box
nats_smarty_function_amount_owed
nats_smarty_function_gateway_xsell
nats_smarty_function_getbonus
nats_smarty_function_get_paid_date
nats_smarty_rebuild_link
nats_smarty_rebuild_query
nats_smarty_function_reseller_ajax_box
nats_tooltip
nats_tour_report
nats_wmref_list
Template Shortcuts
ajax_box
amount_owed
apache_note
convert_bytes
fhg
gateway_xsell
get_loginid_from_campaignid
get_gateway_token
get_paid_date
list_campaigns
list_programs
list_sites
new_gateway_xsell
rebuild_link
rebuild_query
reseller_ajax_box
reward_points
tooltip
tour_report
wmref_list
Common Parameters
assign
assign_prefix
count
data_only
display_on_assign
start
tpl

Applies to NATS 4.0.25 and greater.

nats_tooltip

Displays a help message in the admin and allows you to link the message to a knowledge base article.

Aliases: tooltip.

Parameters

(Required parameters in bold)

Parameter Description Possible Values Default Value Example
text The text to be displayed in the tooltip Any HTML-encoded text None. text="Calculate & Display Results"
kb The path to a knowledge base article Any valid URL starting with http://kb.toomuchmedia.com/idx/0/ None. kb="193/691/Template_Functions/article/natstooltip.html"

Output

Outputs HTML code to create a tooltip in your NATS administration interface.

Notes

  • A line break (\n) provided to the text parameter will be replaced with an HTML line break (<br />)
  • Uses the PHP function wordwrap to add automatic line breaks. Wordwrap intelligently breaks lines at the end of words.

See Also