Perforce Chronicle 2012.2/486814
API Documentation

P4Cms_Navigation_Page_Separator Class Reference

Provides a 'seperator' page for menus, this is really intended for the dijit.Menu though it could be used elsewhere. More...

Inheritance diagram for P4Cms_Navigation_Page_Separator:
P4Cms_Navigation_Page_Heading

List of all members.

Public Member Functions

 getLabel ()
 Always returns a dash ('-') for the separator label.

Detailed Description

Provides a 'seperator' page for menus, this is really intended for the dijit.Menu though it could be used elsewhere.

If utilizing P4Cms_Navigation's addPage facility with a hash, entries containing no uri or MVC link details and a label consisting of pure dash '-' characters will become a Separator.

Copyright:
2011-2012 Perforce Software. All rights reserved
License:
Please see LICENSE.txt in top-level folder of this distribution.
Version:
2012.2/486814

Member Function Documentation

P4Cms_Navigation_Page_Separator::getLabel ( )

Always returns a dash ('-') for the separator label.

Returns:
string page label

Reimplemented from P4Cms_Navigation_Page_Heading.

    {
        return '-';
    }

The documentation for this class was generated from the following file: