Tag name: <amc:menuGroup>
Component type: Menu Group
A component that groups menuItem components.

Attributes

Name Type Supports EL? Description
id String No Specifies the identifier for the component. The identifier must follow the following rules:
  • Must not be a zero-length String.
  • First character must be an ASCII letter (A-Za-z) or an underscore ('_').
  • Subsequent characters must be an ASCII letter or digit (A-Za-z0-9), an underscore ('_'), or a dash ('-').
index int Yes Specifies the index in which the grouped items will appear. Lower values appear above higher values. Each group is divided with a visual separator in the menu.
platform String Yes Specifies the client platform on which this component will appear. Valid values:
  • All (default): the component is rendered on all platforms.
  • Windows Mobile: the component is rendered on Windows Mobile only.
  • BlackBerry: the component is rendered on BlackBerry only.
If the platform is set to "All", Menu Group and Menu Item components that reside inside this menu can have their platform attributes selectively set to "Windows Mobile" or "BlackBerry" to enable their display in either platform.

Note: because Sub Menu is not supported on BlackBerry smartphones, this attribute will be ignored even if it is set to "BlackBerry".
rendered boolean Yes Specifies whether or not the component is rendered. When set to false, no output will be delivered for this component (the component will not in any way be rendered, and cannot be made visible).