Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JHTMLMenu

Description

Utility class working with menu select lists

  • since: 1.5

Located in /joomla/html/html/menu.php (line 26)

Class JHTMLMenu   (Subpackage HTML)
Method Summary
Method void linkoptions ([ $all = false], [ $unassigned = false])
Method void ordering ( &$row,  $id)
Method void treerecurse ( $id,  $indent,  $list,  &$children, [ $maxlevel = 9999], [ $level = 0], [ $type = 1])
Methods
linkoptions (line 56)

Build the multiple select list for Menu Links/Pages

void linkoptions ([ $all = false], [ $unassigned = false])
  • $all
  • $unassigned
ordering (line 31)

Build the select list for Menu Ordering

void ordering ( &$row,  $id)
  • &$row
  • $id
treerecurse (line 124)
void treerecurse ( $id,  $indent,  $list,  &$children, [ $maxlevel = 9999],  $level, [ $type = 1])
  • $id
  • $indent
  • $list
  • &$children
  • $maxlevel
  • $level
  • $type
Support Joomla!