Up:if
Only renders the content inside the tag if value tag is set to true.
Attributes
- Optional
- bool value - Displays content if true. (default value is false)
Sample code
<up:if value="true">Show this content.</up:if>
|
Notes
- Can be used in conjunction with up:else