Specifies a gear mode and encloses that mode’s display modes and device outputs.

Attributes

Possible Values

name (required)

content
userConfig
installConfig
instanceConfig
initialConfig
help
about
preview

Sub-elements

display-modes

See <display-modes> Element.

Gear Modes Example
<gear-modes>
 <gear-mode name="content">
 <display-modes>
 <display-mode name="shared">
 <device-output name="html">
 /html/userContent.jsp
 </device-output>
 </display-mode>
...
 </display-modes>
 </gear-mode>
...
</gear-modes>
 
loading table of contents...