Function __global->results_launcher

Definitions

sources/templates_result_launcher.php

  • Get the Tempcode for a results launcher.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: object

Parameters

Name Type Default Set Range Description
$title Tempcode required parameter N/A N/A The title/name of the resource we are browsing through
$page ID_TEXT required parameter N/A N/A The page name we are launching into
$category_id AUTO_LINK required parameter N/A N/A The category ID we are browsing in
$max integer required parameter N/A N/A The maximum number of rows to show per browser page
$max_rows integer required parameter N/A N/A The maximum number of rows in the entire dataset
$type ID_TEXT required parameter N/A N/A The page type this browser is browsing through (e.g. 'category')
$max_pagination_links ?integer Null N/A N/A The maximum number of quick-jump pagination-links to show (null: configured default)
$start_name string start N/A N/A GET parameter for start position

Return

  • The results launcher
  • Type: Tempcode
  • Set: N/A
  • Range: N/A