OpenWGA 7.5 - WebTML reference

WebTML tags » include

<tml:include portletmode ="portlet-mode">

Purpose:

Defines on type="portlet" the basic portlet mode to set for the included portlet.

Description:

The portlet mode specified here will automatically be set to the portlet:

  • The first time it is rendered
  • Each time its <tml:include/portlet> tag is re-rendered. This includes situations where the whole page or any parent portlet gets re-rendered but excludes re-rendering of this portlet itself or any child portlets via AJAX actions.
Use this attribute if you wish to return the portlet to the given mode any time the page or parent parts of the page get reloaded. You still can let the plugin operate with multiple portlet modes by switching them via AJAX actions on the portlet itself but once another action or URL is called the portlet returns to its initial mode, so the functionality may have a clean restart.

Value(s):

Portlet mode like 'view' or 'edit'