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