Inherits Controller.
Feature:
click to show the properties dialog of an annotation
Usage:
in template:
<contextmenu-item-properties @controller="annot-opr:ShowAnnotPropertiesController"></contextmenu-item-properties>
<contextmenu-item @controller="annot-opr:ShowAnnotPropertiesController"></contextmenu-item>
in fragment config:
fragments: [{
target: 'fv--contextmenu-item-properties',
config: {
callback: UIExtension.controllers.ShowAnnotPropertiesController
}
}]
});