Content Presenter Display Template Support Tags
Tag ifPublishedNode


Description

This tag is responsible for showing nodes that are published nodes.

Examples

This example displays the 'node' if it is currently in a published state:

<templateTags:ifPublishedNode node="${node}">
  ${node}
</templateTags:ifPublishedNode>


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body Contentscriptless
Display NameifPublishedNode

Attributes
NameRequiredRequest-timeDescription
nodetruefalse The node to check to see if it's published.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

Copyright © 2008 BEA Systems, Inc. All Rights Reserved.