Assembly Viewer Pages
These pages is defined by the
/pages/assemblyViewer.ftl
and
/pages/assemblyTopicViewer.ftl
templates in the portal theme and are used
to display assemblies and their contents.These pages can only be accessed in Portals that have security and that have the Assembly feature.
Note: When providing links to an assembly page, it is strongly advised to use the
<@td.assemblyViewerUrl> tag as the value to the link's
href
attribute.Page Variables
In addition to the common variables, these pages have access to the following:
assembly
- The Assembly object.
assemblyTopicRef
- The ID for the document in the assembly being viewed. Applies only for
assemblyTopicViewer.ftl
. ignoreCache
- The boolean value represented by the optional
ignoreCache
URL parameter, and can be used in conjunction with theignoreCache
attribute on the <@td.content> tag to bypass server-side caching mechanisms. Always present, defaults tofalse
. UUID
- A generated UUID that can be used to identify individual page views for analytics recording purposes.