| NavigationHistoryPrevious.js | |
| Properties | |
| title | {string} This property is used for showing a tooltip over the NavigationHistoryPrevious control. |
| Functions | |
| OpenLayers. | |
| onPreviousChange | Called when the previous history stack changes. |
| lc: |
onPreviousChange: function( event )
Called when the previous history stack changes.
| state | {Object} An object representing the state to be restored if previous is triggered again or null if no previous states remain. |
| length | {Integer} The number of remaining previous states that can be restored. |
| See Also: | Legato.Control - Legato.Beans.BeanFactory - <QName> |
<lc:NavigationHistoryPrevious title="Tooltip for previous">
<history>
<lb:Reference target="NavigationHistory" />
</history>
</lc:NavigationHistoryPrevious>Called when the previous history stack changes.
onPreviousChange: function( event )