ToolPortlet ToolPortlet(
)
|
|
Redefinition of:
- Portlet::getHtml()
- REQIURED TO BE OVERWRITEN!
Return the HTML snippet that this Portlet represents.
Redefinition of:
- Portlet::getJavascript()
- OPTIONAL TO BE OVERWRITEN!
Overwrite if your Portlet needs a Javascript snippet to work.
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 used List.
Parameters:
Set the Home ID if different from
.
Parameters:
void setShowLogin(
[boolean
$show = true]
)
|
|
Decide if the Link to the Login Formular should be displayed.
Parameters:
|
boolean |
$show: |
show TRUE if you want to see the Link, otherwise false |
Set the Title of this Portlet.
Parameters: