2. All GenticsPortlets

2.1. Introduction

All GenticsPortlets support extended parameters, events and properties.

2.2. Events of all Gentics Portlets

Table 5.1. Events of the All Gentics Portlets

NameDescriptionEvent properties
onChangedThis event is triggered every time, a portletparameter changes.
NameDescription
No event properties.
onParameterChange 
NameDescription
No event properties.
onPropertyChange 
NameDescription
No event properties.

2.3. Parameters of all Gentics Portlets

Table 5.2.  Portlet parameters for All Gentics Portlets

NameTypeDefaultDescription
gentics.portletreloadBooleanNULL

Enable portlet reloading (see “Portlet Reloading” (Section 6.3.3) ) for this portlet. This setting overwrites the global setting portal.portletreload .

gentics.portletreload.allclassesBooleanNULL

Enable portlet reloading (see “Portlet Reloading” (Section 6.3.3) ) for all elements, regardless of CSS class (see gentics.portletreload.replaceclasses ). This setting overwrites the global setting portal.portletreload.allclasses .

gentics.portletreload.replaceclassesStringNULL

Enable portlet reloading (see “Portlet Reloading” (Section 6.3.3) ) only for elements (links, forms) which have at least one of the specified CSS classes. List all CSS classes as a comma-separated list. This setting overwrites the global setting portal.portletreload.replaceclasses .

gentics.portletreload.replacelinkBooleanNULL

Enable portlet reloading (see “Portlet Reloading” (Section 6.3.3) ) for links (replace the default onclick action). This setting overwrites the global setting portal.portletreload.replacelink .

gentics.portletreload.replaceformBooleanNULL

Enable portlet reloading (see “Portlet Reloading” (Section 6.3.3) ) for forms (replace the default submit action). This setting overwrites the global setting portal.portletreload.replaceform .

gentics.actionurls.appendtimestampBooleantrue

With this parameter set to true (which is the default), all action URLs generated by this portlet will automatically have a timestamp parameter appended, to prevent the browser from caching the response - and thus not performing the action request again - which might lead to unexpected behaviour.