FoxitPDFSDKforWeb  8.4.0
Foxit PDF SDK for Web
ShowSearchPanelController Class Reference

Inherits Controller.

Detailed Description

Feature:

click to show the search panel in left sidebar.

Usage:

in template:

<contextmenu-item-search @controller="annot-opr:ShowSearchPanelController"></contextmenu-item-search>
<contextmenu-item @controller="annot-opr:ShowSearchPanelController"></contextmenu-item>

in fragment config:

new PDFUI({
fragments: [{
target: 'fv--contextmenu-item-search',
config: {
callback: UIExtension.controllers.ShowSearchPanelController
}
}]
});

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