Provides a tag for controlling tag logic and removing a tag.
remove
This tag prevents the evaluation of the tag in whose controller this is evaluated, and stops the evaluation of the event handler it is in, causing any tags following remove
to not be evaluated. Additionally, if present in the tag controller of a tag within document content, any content inside the tag will be removed.
Attributes
retainContent | ||
---|---|---|
Required |
Value type |
EL-evaluated |
No | Boolean | Yes |
This attribute defines whether only this tag or this tag and its contents are removed. If the resolved value is true , the contents are not removed.If undefined, value of false is used, so both the tag and contents are removed. |
Comments
0 comments