Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
The workflow component tag is used to display workflow details of an item. This tag can be added to presentation templates, element designs and component designs. Any date and time displayed are based on the timezone of the server delivering the content, not the timezone of the computer you are using to view the Web site.
<workflowcmpnt type=" " context=" " name=" " field=" " separator=" " format=" " ifEmpty=" " awareness=" " start=" " end=" " /> | |
---|---|
<workflowcmpnt | Opens an ID Component tag. |
type=" " | This determines where the workflow field is being referenced from. Either "site", "sitearea", or "content". |
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 IDField you wish to display.
|
separator=" " | Only used when field="additionalviewers". Used to separate each additional viewer. 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;" | |
format=" " |
|
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. |
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 Web content tag within other tags, such as HTML. These attributes are not mandatory. |
/> | Closes the tag. |