FoxitPDFSDKforWeb  8.4.0
Foxit PDF SDK for Web
GotoNextPageController Class Reference

Inherits Controller.

Detailed Description

Feature:

click to navigate current page to next

Usage:

in template:

<goto-next-page-button @controller="gotoview:GotoNextPageController"></goto-next-page-button>
<dropdown-item @controller="gotoview:GotoNextPageController"></dropdown-item>
<dropdown-button @controller="gotoview:GotoNextPageController"></dropdown-button>
<xbutton @controller="gotoview:GotoNextPageController"></xbutton>

in fragment config:

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

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