Package

ViewHelpers

ViewHelper Documentation

v:condition.variable.isNull

Condition: Value is NULL

Condition ViewHelper which renders the then child if provided value is NULL.

Arguments

then anySimpleType

Value to be returned if the condition if met.

else anySimpleType

Value to be returned if the condition if not met.

condition boolean

Condition expression conforming to Fluid boolean rules

value string

value to check

ViewHelper Resources

Schema Resources