Attributes |
Name | Required | Binding Type | EL | Default | Description |
autoSaveScrollPos | false | boolean | true | true | A flag that indicates whether or not the scroll position is saved between page submissions. |
binding | false | teamdev.jsf.component.scrollposition.ScrollPosition | only | null | A value-binding expression that associates the ScrollPosition with a backing bean property. |
scrollX | false | int | true | 0 | The x position of the scroll when the page is loaded. In this attribute, you should specify the x coordinate of the left bottom corner of a currently visible page. |
scrollY | false | int | true | 0 | The y position of the scroll when the page is loaded. In this attribute, you should specify the y coordinate of the left bottom corner of a currently visible page. |