Inherits Controller.
Feature:
click to show the search panel in left sidebar.
Usage:
in template:
<contextmenu-item-search @controller="annot-opr:ShowSearchPanelController"></contextmenu-item-search>
<contextmenu-item @controller="annot-opr:ShowSearchPanelController"></contextmenu-item>
in fragment config:
fragments: [{
target: 'fv--contextmenu-item-search',
config: {
callback: UIExtension.controllers.ShowSearchPanelController
}
}]
});