Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
The Element tag is used to reference an element within a presentation template or element design.
<Element type=" " context=" " name=" " key=" " format=" " link=" " separator=" " htmlencode=" " awareness=" " start=" " end=" " /> | |
---|---|
<Element | Opens the tag. |
type=" " | This determines where the element is being referenced from. Either "content", "sitearea" or "site". |
context=" " | This determines which content item or site area is being
referenced.
|
name=" " | Enter the name and library of the item the element is
being referenced from. For example, name="library/item". To use the library
specified in the URL of the current page, use name="./item". Note: If a content
item with the same name is used in more than one site, you can also specify
name="library/site/sitearea/item" to select the appropriate content item.
The "name" parameter is not used if context=current or context=autofill. |
key=" " | This is the name of this element being referenced. |
format=" " | This parameter is optional and can only be used with
some element types:
|
link=" " | The link parameter is used to define the type of link
created by the element tag:
Contextual linking is used so that when content is linked from another site, the link will be rendered relative to the current site if possible. It can only be used if context=current or context=autofill. |
separator=" " | This only used when referencing an option selection or user selection element. It is used to define what text or code will be rendered between each selection displayed in an option selection or user selection element. For example, to add a line break between each selection, you would use separator="<br>" . If not defined, a comma will be placed between each selection when rendered. |
htmlencode=" " | If htmlencode="true" the reserved HTML characters in
the source will be converted into character entities. For example, '<'
will be converted to '<'. This is useful if you would like to prevent
users adding malicious code, or if you want to prevent users changing the
look and feel of their text using HTML. If not specified, the default
setting specified in the WCMConfigService.properties file
located in the was_profile_root/PortalServer/wcm/config/ directory
is used. By default, this is set to "true":cmpnt.htmlEncodeDefault=true |
awareness=" " | If awareness="true" then user names are displayed using
the people awareness features. These features displays user names as hyperlinks
that allow users to contact people with whom they might want to work. Wherever
person links appear, users can click the link to display a menu of actions
for collaborating (contacting and working) with the person named by the link.
If you, as administrator, have also configured an IBM® Lotus® Sametime® server
to work with WebSphere Portal Express, person links
indicate whether a person is active, away, offline, or in a Do Not Disturb
state.
People awareness will only work in content rendered using either a local or remote rendering portlet. If not specified, then awareness="false" and people awareness is not used. |
start=" "
end=" " | The start and end attributes are used to wrap the data returned by a tag within other tags, such as HTML. These attributes are not mandatory. |
/> | This closes the tag. |