Inherits AlignmentAnnotController.
Feature:
click to size the currently selected annotations.
Usage:
in template:
<contextmenu-item-size-annot @controller="annot-opr:SizeAnnotController"></contextmenu-item-size-annot>
<contextmenu-item @controller="annot-opr:SizeAnnotController"></contextmenu-item>
in fragment config:
fragments: [{
target: 'fv--contextmenu-item-size-annot',
config: {
callback: UIExtension.controllers.SizeAnnotController
}
}]
});