FoxitPDFSDKforWeb  8.4.0
Foxit PDF SDK for Web
ShowAnnotReplyController Class Reference
Inheritance diagram for ShowAnnotReplyController:
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 reply dialog (if <comment-list> in left sidebar is no exist)

Usage:

in template:

<contextmenu-item-reply @controller="annot-opr:ShowAnnotReplyController"></contextmenu-item-reply>
<contextmenu-item @controller="annot-opr:ShowAnnotReplyController"></contextmenu-item>

in fragment config:

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

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