Inherits Controller.
Feature:
click to navigate current page to last
Usage:
in template:
<goto-last-page-button @controller="gotoview:GotoLastPageController"></goto-last-page-button>
<dropdown-item @controller="gotoview:GotoLastPageController"></dropdown-item>
<dropdown-button @controller="gotoview:GotoLastPageController"></dropdown-button>
<xbutton @controller="gotoview:GotoLastPageController"></xbutton>
in fragment config:
fragments: [{
target: 'goto-last-page',
config: {
callback: UIExtension.controllers.GotoLastPageController
}
}]
});