FoxitPDFSDKforWeb  8.5.0
Foxit PDF SDK for Web
OpenRemoteFileController Class Reference

Inherits Controller.

Detailed Description

Feature:

click to show a prompt dialog to receive a file URL to open.

Usage:

in template:

<open-fromurl-button @controller="file:OpenRemoteFileController"></open-fromurl-button>
<dropdown-item @controller="file:OpenRemoteFileController"></dropdown-item>
<dropdown-button @controller="file:OpenRemoteFileController"></dropdown-button>
<xbutton @controller="file:OpenRemoteFileController"></xbutton>

in fragment config:

new PDFUI({
fragments: [{
target: 'fv--open-fromurl-button',
config: {
callback: UIExtension.controllers.OpenRemoteFileController
}
}]
});

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