openmct/src/selection
Andrew Henry 3c324cbea0 Initial implementation of Edit mode (#2181)
* Adding edit mode API and buttons

* Select navigated object by default. Enable table configuration in edit mode.

* Fixed issue with Table configuration

* Removed debugging code

* Added basic documentation to Editor API

* use selectable, table is selection[0], inspector cleans up

Update browse to set selection using openmct.selection.selectable
on navation so that selection contexts can be determined correctly.

Update table configuration to reference the first item in selection
instead of the last item in selection when displaying.

Update inspector code to remove display node from document on destroy.

* properly remove capturing handler

* inspector views respond to editing

InspectorViews respond to editing instead of openmct rerendering
the inspector on edit.
2018-10-04 12:35:03 -07:00
..
ContextManager.js [Copyright] Update copyright year across platform code references 2018-05-14 15:46:17 -07:00
HoverGesture.js [Copyright] Update copyright year across platform code references 2018-05-14 15:46:17 -07:00
SelectGesture.js [Copyright] Update copyright year across platform code references 2018-05-14 15:46:17 -07:00
Selection.js Initial implementation of Edit mode (#2181) 2018-10-04 12:35:03 -07:00