Link Search Menu Expand Document

func

The <cms:not>-Tag is used to test the ‘reverse’ of a logical statement.

Parameters

  • parameters (logical expression)

Example

<cms:if "<cms:not username = 'admin' />" >
    <h3>Your are user: <cms:show username />!</h3>
    <cms:else />
    <h3>Hello <cms:show username />!</h3>
</cms:if>