![]() Operating systems: i5/OS, Linux,Windows |
The Profile component tag is used to display the profiling details (either categories or keywords) of an item. This tag can be added to presentation templates, element designs and component designs.
<profilecmpnt type=" " context=" " name=" " field=" " separator=" " include=" " restrict=" " ifEmpty=" " htmlencode=" " start=" " end=" " /> | |
---|---|
<profilecmpnt | Opens a Profile Component tag. |
type=" " | This determines where the profile is being referenced
from. Either "site", "sitearea", "content" or "user".
The user type displays a users profile. You can either select context="current" to display the current users profile, or context="selected" and enter a user name in the name parameter to display a specific user profile. |
context=" " | This determines which item is being referenced.
|
name=" " | Enter the name and library of the item being referenced. For example, name="library/item" . If no library is specified, the library specified in the URL of the current page is used. This is not used if context=current or context=autofill. |
field=" " | Enter the field you wish to display.
|
separator=" " | Used to separate each listed category or keyword. For example, separator=", " |
Note: Double-byte
character sets
Not all double-byte character sets support extended ASCII. To use tags such as " " you will need to replace "&" with "&". For example:separator="&nbsp;&nbsp;" | |
ifEmpty=" " | Enter some text to display if no result is returned by the tag. If not specified, nothing is displayed if no result is returned by the tag. |
include=" " | Used only with field=categories. Determines which
level of a taxonomy to display:
For example, if an item is profiled with a category of Sport, and include=descendants, then all the descendants of "sport" would also be displayed. |
restrict=" " | Used only with field=categories. Enter a list of categories separated by commas to only return results for the categories specified in the list. For example, restrict="red, green" will only display profile details of items profiled with the categories or red or green. |
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 |
start=" "
end=" " | The start and end attributes are used to wrap the data returned by a Web content tag within other tags, such as HTML. These attributes are not mandatory. |
/> | Closes the tag. |