Vibe enables you to add HTML markup into the following locations of the Vibe interface:
Any HTML editor, such as in the
section of entries, folders, and workspaces.For more information, see Modifying the Description Section of an Entry
, Modifying a Folder
, and Modifying a Workspace
in the Novell Vibe 3.4 User Guide.
The Subject Line and Notification Body of workflow notification messages.
For more information, see Step 7 in Section 11.1.5, Sending E-Mail Notifications.
You can add the following HTML markup items:
Markup Text |
Function |
---|---|
{{vibe:title}} |
Displays the title of the entry, folder, or workspace. |
{{vibe:user}} |
Displays the name of the user who is viewing the entry, folder, or workspace. |
{{vibe:user|name}} |
Displays the user ID of the user who is currently viewing the entry, folder, or workspace. |
{{vibe:createdBy}} |
Displays the name of the user who created the entry, folder, or workspace. |
{{vibe:createdBy|name}} |
Displays the user ID of the user who created the entry, folder, or workspace. |
{{vibe:createdOn}} |
Displays the date the entry, folder, or workspace was created. |
{{vibe:modifiedBy}} |
Displays the name of the user who last modified the entry, folder, or workspace. |
{{vibe:modifiedBy|name}} |
Displays the user ID of the user who last modified the entry, folder, or workspace. |
{{vibe:modifiedOn}} |
Displays the date the entry, folder, or workspace was last modified. |
{{vibe:data|dataName}} |
Displays the value of the specified data item. Data items are elements that have been added to the form or view definition by using the Form and View Designer. Replace dataName with the data name of the element that you want to show. For a list of elements, see Section 9.5, Understanding Elements. For more information about how to use the Form and View Designer to create custom forms and views, see Section 7.0, Creating Custom Workspace Views, Section 8.0, Creating Custom Folder Views, and Section 9.0, Designing Custom Folder Entry Forms. |
{{vibe:permalink | link}} |
Displays a permalink to the current entry, folder, or workspace. Replace link with the text that you want to be displayed. This is the text users will click to navigate to the entry, folder, or workspace. This markup option is most useful when it is used in the Subject line of a workflow notification e-mail. For example, the Subject line might read, A workflow change occurred in entry. The user can then click in the Subject line of the notification to be taken directly to the entry. |
{{vibe:image | imageName | alt=... | height=... | width=... | border=0 or 1}} |
Displays the image that you specify. Replace imageName with the filename of the image that you want to display. Images must be attached to the entry, folder, or workspace. For information on how to attach entries, see If you want to specify a custom size, you can add the alt, height, and width arguments. These arguments are not required. |
{{vibe:file | filename | title}} |
Displays a link to a file. File must be attached to the entry, folder, or workspace. For information on how to attach entries, see For example, {{vibe:file | tree.jpg | tree}} outputs the word tree as a link to the tree.jpg file. |
[[entry title]] |
Creates a link to the entry that you specify. You must specify the exact name of the entry. For more information about creating links in Vibe, see |