modeOthers

Description: Defines content for non-specified Web UI rendering modes.

JavaDoc: Click here

Remarks: Can only be used within a modeConditional component

Body content: JSP content.

Attributes: N/A

Examples:

<dif:document>
        <dif:modeConditional>
        <dif:mode webUIMode="<%= UILevel.RICH_CLIENT %>">
            RichMode HTML
        </dif:mode>

        <dif:modeOthers>
            Alternative HTML
        </dif:modeOthers>
    </dif:modeConditional>
    ...
</dif:document>

See also:

Back to tag reference