/sources/templates_donext.php

Description
Functions
do_next_manager (line 114)

Get the tempcode for a do next manager. A do next manager is a series of linked icons that are presented after performing an action. Modules that do not use do-next pages, usually use REFRESH_PAGE's.

  • return: The do next manager
tempcode do_next_manager (?tempcode $title, tempcode $text, [?array $main = NULL], [?string $main_title = NULL], [?array $url_add_one = NULL], [?array $url_edit_this = NULL], [?array $url_edit_one = NULL], [?array $url_view_this = NULL], [?array $url_view_archive = NULL], [?array $url_add_to_category = NULL], [?array $url_add_one_category = NULL], [?array $url_edit_one_category = NULL], [?array $url_edit_this_category = NULL], [?array $url_view_this_category = NULL], [?array $entry_extras = NULL], [?array $category_extras = NULL], [?array $additional_extras = NULL], [?string $additional_title = NULL], [?tempcode $intro = NULL])
  • ?tempcode $title: The title of what we just did (should have been passed through get_page_title already) (NULL: don't do full page)
  • tempcode $text: The 'text' (actually, a full XHTML lump) to show on the page
  • ?array $main: An array of entry types, with each array entry being -- an array consisting of the type codename and a URL array as per following parameters (NULL: none)
  • ?string $main_title: The title to use for the main links (NULL: none)
  • ?array $url_add_one: The URL used to 'add-one' (NULL: impossible) [format: array of page, param, zone]
  • ?array $url_edit_this: The URL used to 'edit-this' (NULL: impossible) [format: array of page, param, zone]
  • ?array $url_edit_one: The URL used to 'edit-one' (NULL: impossible) [format: array of page, param, zone]
  • ?array $url_view_this: The URL used to 'view-this' (NULL: impossible) [format: array of page, param, zone]
  • ?array $url_view_archive: The URL used to 'view-archive' (NULL: impossible) [format: array of page, param, zone]
  • ?array $url_add_to_category: The URL used to 'add-to-category' (NULL: impossible) [format: array of page, param, zone]
  • ?array $url_add_one_category: The URL used to 'add-one-category' (NULL: impossible) [format: array of page, param, zone]
  • ?array $url_edit_one_category: The URL used to 'edit-one-category' (NULL: impossible) [format: array of page, param, zone]
  • ?array $url_edit_this_category: The URL used to 'edit-this-category' (NULL: impossible) [format: array of page, param, zone]
  • ?array $url_view_this_category: The URL used to 'view-this-category' (NULL: impossible) [format: array of page, param, zone]
  • ?array $entry_extras: An array of additional entry types, with each array entry being -- an array of type codename and a URL array as before (NULL: none)
  • ?array $category_extras: As before, but with category types (NULL: none)
  • ?array $additional_extras: As before, but for an 'extra types' box of do next actions (NULL: none)
  • ?string $additional_title: The title to use for the extra types (NULL: none)
  • ?tempcode $intro: Introductory text (NULL: none)
do_next_manager_admin_simplified (line 26)

Get the tempcode for a simplified admin do next manager.

  • return: The do next manager
tempcode do_next_manager_admin_simplified ()
do_next_manager_hooked (line 50)

Get the tempcode for a do next manager. A do next manager is a series of linked icons that are presented after performing an action. Modules that do not use do-next pages, usually use REFRESH_PAGE's.

  • return: The do next manager
tempcode do_next_manager_hooked (ID_TEXT $title, ?mixed $text, ID_TEXT $type)
  • ID_TEXT $title: The title of what we are doing
  • ?mixed $text: The language code for the docs of the hook defined do-next manager that we're creating OR tempcode for it (NULL: none)
  • ID_TEXT $type: The menu 'type' we are doing (filters out any icons that don't match it)
_do_next_section (line 247)

Get the tempcode for a do next manager. A do next manager is a series of linked icons that are presented after performing an action. Modules that do not use do-next pages, usually use REFRESH_PAGE's.

  • return: The do next manager section
tempcode _do_next_section (array $list, tempcode $title)
  • array $list: A list of items (each item is a pair or a triple: <option,url[,field name=do_lang(option)]> ; url is a pair or a triple or a quarto also: <page,map[,zone[,warning]]>)
  • tempcode $title: The title for the section

Documentation generated on Sun, 02 Jan 2011 23:26:12 +0000 by phpDocumentor 1.4.3