FoxitPDFSDKforWeb  8.5.0
Foxit PDF SDK for Web
ShowActionsController Class Reference
Inheritance diagram for ShowActionsController:
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

Feature:

click to show the action configuration dialog.

Usage:

in template:

<contextmenu-item-annot-actions @controller="annot-opr:ShowActionsController"></contextmenu-item-annot-actions>
<contextmenu-item @controller="annot-opr:ShowActionsController"></contextmenu-item>

in fragment config:

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

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