NavigationPortlet NavigationPortlet(
)
|
|
void buildMenuLevel(
$id,
$langid,
$level
)
|
|
Parameters:
Redefinition of:
- Portlet::getHtml()
- REQIURED TO BE OVERWRITEN!
Return the HTML snippet that this Portlet represents.
void getParameterType(
$key
)
|
|
Parameters:
Redefinition of:
- Portlet::getParameterType()
- REQIURED TO BE OVERWRITEN!
Returns the PortletType for the given Key.
Returns the Title of this Portlet.
Redefinition of:
- Portlet::getTitle()
- REQIURED TO BE OVERWRITEN!
Return the Title for this Portlet.
Redefinition of:
- Portlet::needsJavascript()
- OPTIONAL TO BE OVERWRITEN!
This method defines if the Portlet needs a Javascript block to work.
void setCSS(
[
$css = '']
)
|
|
Set the CSS Class for the Menu List.
Parameters:
void setIncludeHome(
$includeHome
)
|
|
Parameters:
void setLanguageID(
[
$id = '']
)
|
|
Sets the Language for the Tree to be fetched.
If none (empty String) is passed, it uses the current Menu Language ID.
Parameters:
void setStartID(
[
$id = '']
)
|
|
Set the ID for the Tree to be fetched.
If none (empty String) is passed, it uses the current Menu ID.
Parameters:
Set the Title of this Portlet.
Parameters: