CatalystX::Usul::Controller::Admin::Navigation - Menu maintenance actions


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.

Index


Name

Top

CatalystX::Usul::Controller::Admin::Navigation - Menu maintenance actions

Version

Top

0.3.$Revision: 590 $

Synopsis

Top

   package MyApp::Controller::Admin;

   use base qw(CatalystX::Usul::Controller::Admin);

   __PACKAGE__->build_subcontrollers;

Description

Top

Controller CRUD actions for the navigation menu

Subroutines/Methods

Top

access_control

Maintains the ACLs on the navigation menus actions. An ACL is a list of users and roles (groups) that have access to that action. The is an ACL for the whole controller and ACLs for each action. The ACL any allows anonymous access

The action's state can be set to:

open

Action shows up in the navigation menu and is accessible

hidden

The action is accessible but does not appear in the navigation menu

closed

The action is unavailable

access_control_set

Sets the selected actions state to one of; open, hidden, or closed

access_control_update

Changes the ACL on the selected action

room_manager

Maintains the navigation menu display text, the flyover help text and the list of meta keywords for search engines

room_manager_delete

Deletes the navigation menu entry for the selected action

room_manager_save

Creates or updates the navigation menu entry for the selected action

Diagnostics

Top

None

Configuration and Environment

Top

None

Dependencies

Top

CatalystX::Usul::Controller

Incompatibilities

Top

There are no known incompatibilities in this module

Bugs and Limitations

Top

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Top

Peter Flanigan, <Support at RoxSoft.co.uk>

License and Copyright

Top


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.