← Return to doc.sitecore.com
Access the ShowEditDots property of the Sitecore.Context.State object:
<xsl:variable name="showdots" select="sc:GetState( 'ShowEditDots' )" />
<xsl:if test="$showdots = 'true'">
<sc:dot select="..">Edit Parent</sc:dot>
</xsl:if>