File/menu-defs.php

Description
Classes
Class Description
 class menuitem Standard menu item. Takes a link object as the item in the menu.
 class menu A menu, which is a container for menu items. This class encapsulates what is essentially a list of links which can be displayed as a 'menu'. Orientation can be VERTICAL or HORIZONTAL. A 'wrap threshold' can be defined. If it's a vertical menu, this represents the max no.
 class sitemenu Site Menu class - a database-enabled extension of the menu class.
 class menuoption The menuoption is a class which contains the properties of a single option on a menu.
Includes
 include_once ("user-defs.php") (line 33)

User management

 include_once ("form-defs.php") (line 31)

Form elements

 include_once ("button-defs.php") (line 29)

Button widgets

Constants
HORIZONTAL = 1 (line 38)

Menu orientation set to horizontal

MENU_ITEM_SEPARATOR = "(menu separator)" (line 73)

The menu item is a separator line

MENU_ITEM_SPACER = "(menu spacer)" (line 71)

The menu item is a spacer

MENU_ITEM_SUBMENU = "(sub-menu only)" (line 69)

The menu item is a sub-menu heading

MENU_ITEM_URL = "(ad-hoc URL)" (line 75)

The menu item is an ad-hoc URL

MENU_LEVEL0 = (line 53)

Main menu level (0)

MENU_LEVEL1 = 1 (line 55)

Menu level 1

MENU_LEVEL2 = 2 (line 57)

Menu level 2

MENU_LEVEL3 = 3 (line 59)

Menu level 3

MENU_LEVEL4 = 4 (line 61)

Menu level 4

MENU_LEVEL_ALL = -1 (line 63)

All menu levels

SEP_BAR = " | " (line 47)

Menu item separator: "|" (pipe)

SEP_DBLSPACE = "  " (line 49)

Menu item separator: " " (double-space)

SEP_SPACE = " " (line 45)

Menu item separator: " " (space)

VERTICAL = 2 (line 40)

Menu orientation set to vertical

Documentation generated by phpDocumentor 1.3.0RC3