Package

ViewHelpers

ViewHelper Documentation

v:condition.type.isBoolean

Condition: Type of value is a boolean

Condition ViewHelper which renders the then child if type of provided value is a boolean.

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 anySimpleType

value to check

ViewHelper Resources

Schema Resources