fm:If
This component will display its contents if the specified value parameter is true.
If the value parameter evaluates to false this component will only display the contents that are within the fm:else node.
In this component "false" will be either a value of 0 or an empty string, anything else will yield "true".
Example
<fm:If value="{$$get.msg}">
Display a success message!
<fm:Else>
Display a failure message..
</fm:Else>
</fm:If>
Supported Attributes
| Name | Required | Default | Description |
|---|---|---|---|
| value | Required | N/A | The value to check for. |
developer documentation r17362