Function Hook_ajax_tree_choose_download_category->run

Definitions

sources/hooks/systems/ajax_tree/choose_download_category.php

  • Run function for ajax-tree hooks. Generates XML for a tree list, which is interpreted by JavaScript and expanded on-demand (via new calls).
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$id ?ID_TEXT required parameter N/A N/A The ID to do under (null: root)
$options array required parameter N/A N/A Options being passed through
$default ?ID_TEXT Null N/A N/A The ID to select by default (null: none)

Return

  • XML in the special category,entry format
  • Type: string
  • Set: N/A
  • Range: N/A