Liste de tous les membres
Fonctions membres publiques statiques |
static | menus () |
static | menuitems ($config=array()) |
static | menuitemlist ($name, $selected=null, $attribs=null, $config=array()) |
static | ordering (&$row, $id) |
static | linkoptions ($all=false, $unassigned=false) |
static | treerecurse ($id, $indent, $list, &$children, $maxlevel=9999, $level=0, $type=1) |
Documentation des fonctions membres
static JHtmlMenu::linkoptions |
( |
|
$all = false , |
|
|
|
$unassigned = false |
|
) |
| |
|
static |
static JHtmlMenu::menuitemlist |
( |
|
$name, |
|
|
|
$selected = null , |
|
|
|
$attribs = null , |
|
|
|
$config = array() |
|
) |
| |
|
static |
Displays an HTML select list of menu items.
- Paramètres:
-
string | $name | The name of the control. |
string | $selected | The value of the selected option. |
string | $attribs | Attributes for the control. |
array | $config | An array of options for the control. |
- Renvoie:
- string
Références $attribs, $config, $count, $name, $options, et JHtml\_().
static JHtmlMenu::menuitems |
( |
|
$config = array() | ) |
|
|
static |
static JHtmlMenu::menus |
( |
| ) |
|
|
static |
static JHtmlMenu::ordering |
( |
& |
$row, |
|
|
|
$id |
|
) |
| |
|
static |
static JHtmlMenu::treerecurse |
( |
|
$id, |
|
|
|
$indent, |
|
|
|
$list, |
|
|
& |
$children, |
|
|
|
$maxlevel = 9999 , |
|
|
|
$level = 0 , |
|
|
|
$type = 1 |
|
) |
| |
|
static |
Build the list representing the menu tree
- Paramètres:
-
integer | $id | Id of the menu item |
string | $indent | The indentation string |
array | $list | The list to process |
array | &$children | The children of the current item |
integer | $maxlevel | The maximum number of levels in the tree |
integer | $level | The starting level |
string | $type | Type of link: component, URL, alias, separator |
- Renvoie:
- array
- Depuis:
- 11.1
Références $id, $list, et $type.
Documentation des données membres
La documentation de cette classe a été générée à partir du fichier suivant :