OpenWGA 7.5 - WebTML reference

WebTML tags » item

<tml:item type ="content | profile | portlet | tmlform">

Purpose:

Specifies the source of the item.

Description:

Specifies the source of the item. The default value is "content".

It is possible to override an item with a TML variable of the same name if type is "content". In this case the following priority is used to find the correct value to render:
  • portlet variable
  • portlet session variable
  • TML variable
  • TML session variable
  • content item

Value(s):

content: reads the item value from the current content document or from a variable in the priority listed above

profile: reads the item value from the current user profile

portlet: reads the item value from the current portlet

tmlform: reads the item value from an input field of a TML form

Default value:

content