Class: com.microstrategy.web.app.taglibs.ElseTag
Usage:
This custom tag is closely related to the IF tag. It will render its body contents if the condition on the IF tag returnedFalse. For example:
<web:ifFeature name="accessibility" runat="server" >
<web:mthen runat="server" >
This content will be rendered if the feature is enabled for the user
</web:mthen>
<web:melse runat="server" >
This content will be rendered only if the feature is not enabled for the user.
</web:melse>
</web:ifFeature>
| Name | Required? | Description |
| runat | true | Indicates that the ASP.Net control should be processed on the server |