Perforce Chronicle 2012.2/486814
API Documentation
|
Provides a 'seperator' page for menus, this is really intended for the dijit.Menu though it could be used elsewhere. More...
Public Member Functions | |
getLabel () | |
Always returns a dash ('-') for the separator label. |
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.
P4Cms_Navigation_Page_Separator::getLabel | ( | ) |
Always returns a dash ('-') for the separator label.
Reimplemented from P4Cms_Navigation_Page_Heading.
{ return '-'; }