FoxitPDFSDKforWeb  8.4.0
Foxit PDF SDK for Web
ShowAnnotFormPropertiesController Class Reference

Inherits Controller.

Detailed Description

Feature:

click to show the form properties dialog of an annotation

Usage:

in template:

<contextmenu-item-form-properties @controller="annot-opr:ShowAnnotPropertiesController"></contextmenu-item-form-properties>
<contextmenu-item @controller="annot-opr:ShowAnnotFormPropertiesController"></contextmenu-item>

in fragment config:

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

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