Old classname for downwards compatibility

Renders the header navigation document containing the navigtion structure.

deprecated [2012-07-12] This class was replaced by cGuiNavigation
package CONTENIDO Backend Classes

 Methods

Constructor.

__construct() : void

Loads the XML language file using cXmlReader.

Exceptions

\cException if XML language files could not be loaded

Reads and fills the navigation structure data

_buildHeaderData() : void
Inherited
inherited_from \cGuiNavigation::_buildHeaderData()

Renders the language select box

_renderLanguageSelect() : string
Inherited
inherited_from \cGuiNavigation::_renderLanguageSelect()

Returns

string

Function to build the CONTENIDO header document for backend

buildHeader(int $lang) 
Inherited
inherited_from \cGuiNavigation::buildHeader()

Parameters

$lang

int

The language to use for header doc creation

Extracts caption from the XML language file including plugins extended multilang version.

getName(string $location) : string
Inherited
inherited_from \cGuiNavigation::getName()

Parameters

$location

string

The location of navigation item caption. Feasible values are - "{xmlFilePath};{XPath}": Path to XML File and the XPath value separated by semicolon. This type is used to extract caption from a plugin XML file. - "{XPath}": XPath value to extract caption from CONTENIDO XML file

Exceptions

\cException if XML language files could not be loaded

Returns

stringThe found caption

Renders a select box where the client can be selected as well as an edit button.

_renderClientSelect() : string
Inherited
inherited_from \cGuiNavigation::_renderClientSelect()

Returns

stringrendered HTML

 Properties

 

$data : array
Inherited
inherited_from \cGuiNavigation::$$data
 

$debug : bool
Inherited
inherited_from \cGuiNavigation::$$debug