Inherits Controller.
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:
fragments: [{
target: 'fv--contextmenu-item-form-properties',
config: {
callback: UIExtension.controllers.ShowAnnotFormPropertiesController
}
}]
});