Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
The "AttributeResource" tag is used as a placeholder to display attributes from a content spot or rule within a Personalization element design. It cannot be used in a presentation template or other element types.
<AttributeResource attributeName="ibmcm: " format=" " separator=" " start=" " end=" " /> | |
---|---|
<AttributeResource | Opens an element tag. |
attributeName= | This is the name of the attribute you would like to
display from a content spot or Personalization rule. When selecting a content
spot or Personalization rule in a Personalization element form, the list of
attributes for each content spot or Personalization rule is listed in the
right-hand view.The attribute must always be prefixed by "ibmcm:attributeName="ibmcm:attribute"The following attribute names can be used:
|
format=" " |
|
separator=" " | Used to separate each result returned by the personalization rule. For example, separator=", " |
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 a tag. |