uiModeSelector

Description: Displays an interface element that shows and allows changes to the current UI mode.

JavaDoc: Click here

Remarks: Will show the current mode, by default Rich UI. A mode change will force a submit to the current stage.

Body content: Empty. All enclosed content will be ignored.

Attributes:

Name Description Data type Required Default value
allowAccessibility If the accessibility mode is possible to choose from. Boolean No True
allowHTML If the Plain HTML mode is possible to choose from. Boolean No True
allowRich If the Rich UI mode is possible to choose from. Boolean No True
cssClass The class to apply to a DIV container that will only be generated in this situation String No -

More on View Modes here.

Examples:

<dif:document>
   <dif:uiModeSelector/>
   ...
</dif:document>

See also:

Back to tag reference