FoxitPDFSDKforWeb  8.4.0
Foxit PDF SDK for Web
GotoFirstPageController Class Reference

Inherits Controller.

Detailed Description

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:

new PDFUI({
fragments: [{
target: 'goto-first-page',
config: {
callback: UIExtension.controllers.GotoFirstPageController
}
}]
});

Foxit Software Corporation Logo
@2022 Foxit Software Incorporated. All rights reserved.