FoxitPDFSDKforWeb  8.5.0
Foxit PDF SDK for Web
ApplyAllRedactController Class Reference
Inheritance diagram for ApplyAllRedactController:
AnnotOperationController

Additional Inherited Members

- Protected Member Functions inherited from AnnotOperationController
 usable (annot)
 A method for subclasses to override to take control the component usability, this method is called before parent component shown. More...
 
 visibility (annot)
 A method for subclasses to override to take control the component visibility, this method is called before parent component shown. More...
 

Detailed Description

Usage:

in template:

<contextmenu-item-apply-all @controller="annot-opr:ApplyAllRedactController"></contextmenu-item-apply-all>
<contextmenu-item @controller="annot-opr:ApplyAllRedactController"></contextmenu-item>

in fragment config:

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

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