|
ContentManager
One-sentence summary of this page.
When a node is clicked on the Sidebar Tree, this event is handled within repo.controller.ContentManager controller. From the node.data.custom.controller it is concluded which controller is responsible to load the node details view. If controller is not existing, in that case it is instantiated and and launch function is invoked on the controller which has the responsibility to create the view. If, upon clicking of node, it is concluded that view has already been created. In that case configureView will be invoked which could be used to configure existing view for the particular node function and view will be presented. |