Function Hook_ajax_tree_choose_download->simple
Definitions
sources/hooks/systems/ajax_tree/choose_download.php
- Generate a simple selection list for the ajax-tree hook. Returns a normal <select> style <option>-list, for fallback purposes.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$id | ?ID_TEXT | required parameter | N/A | N/A | The ID to do under (null: root) - not always supported |
$options | array | required parameter | N/A | N/A | Options being passed through |
$it | ?ID_TEXT | Null | N/A | N/A | The ID to select by default (null: none) |
Return
- The nice list
- Type: Tempcode
- Set: N/A
- Range: N/A