[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/administrator/components/com_menumanager/ -> admin.menumanager.php (summary)

(no description)

Author: Mambo Foundation Inc see README.php
Copyright: (C) 2000 - 2009 Mambo Foundation Inc.
License: GNU/GPL Version 2, see LICENSE.php
File Size: 560 lines (15 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  showMenu()
  editMenu()
  saveMenu()
  deleteConfirm()
  deleteMenu()
  copyConfirm()
  copyMenu()
  cancelMenu()

Functions that are not part of a class:

showMenu( $option )   X-Ref
Compiles a list of menumanager items


editMenu( $option, $menu )   X-Ref
Edits a mod_mainmenu module

param: option    options for the edit mode
param: cid    menu id

saveMenu()   X-Ref
Creates a new mod_mainmenu module, which makes the menu visible
this is a workaround until a new dedicated table for menu management can be created


deleteConfirm( $option, $types )   X-Ref
Compiles a list of the items you have selected to permanently delte


deleteMenu( $option, $cid, $type )   X-Ref
Deletes menu items(s) you have selected


copyConfirm( $option, $type )   X-Ref
Compiles a list of the items you have selected to Copy


copyMenu( $option, $cid, $type )   X-Ref
Copies a complete menu, all its items and creates a new module, using the name speified


cancelMenu( $option )   X-Ref
Cancels an edit operation

param: option    options for the operation