FoxitPDFSDKforWeb  8.4.0
Foxit PDF SDK for Web
GotoPageController Class Reference

Inherits Controller.

Detailed Description

Feature:

navigate to specific page index

Usage:

in template:

<number @controller="pageview:GotoPageController" min="1" @bind.attr.max="pageNumber" @bind.value="currentPageIndex" name="gotopage-input" @on.change="onchange" @on.keydown="onkeydown"></number>

in fragment config:

new PDFUI({
fragments: [{
target: 'gotopage-input',
config: {
callback: UIExtension.controllers.GotoPageController
}
}]
});

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