| Attributes |
| Name | Required | Request-time | Type | Description |
| backButtonLabel | no | true | java.lang.String | If set, the back button label to display, if left to the default 'mobi-view' keyword, the back button label will be set to the associated view title. Default = 'mobi-view'. |
| barStyle | no | true | java.lang.String | The style to apply to all shaded bar elements in the ViewManager, such as the header and menu dividers. |
| binding | no | true | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
| clientSide | no | true | boolean | Render the views client side. If set to true, the views will be fully rendered, and fully client side navigation will be possible. Default = 'false'. |
| headerStyle | no | true | java.lang.String | The inline CSS style applied to the header. |
| history | no | true | java.util.Stack | The history stack. |
| id | no | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
| rendered | no | true | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
| selected | no | true | java.lang.String | The selected view id. It has to match the id of an existing child mobi:view component. Default = 'mobiViewManagerMenu'. |
| style | no | true | java.lang.String | Sets the CSS style definition to be applied to this component. |
| styleClass | no | true | java.lang.String | Sets the CSS class to apply to this component. |
| title | no | true | java.lang.String | The main header title |
| transitionType | no | true | java.lang.String | The type of view transitons to apply [horizontal|vertical|flip|fade]. Default = 'horizontal'. |