openmct/platform
Doubek-Kraft 280c838735 [Layout] Add numerical inputs for fixed-position layout
Added individual property inputs to the toolbar for height, width, x,
 y, and line endpoint coordinates in fixed/bundle.js.

Added "edit<Property>" AccessorMutators for height and width to each
of the element proxies, so these properties can be exposed only for
elements where it makes sense (e.g. boxes, but not lines, since lines
are better controlled by endpoint coordinates).

Added a method "checkNumeric" to ElementProxy.js , to be used
to restrict inputs to integral values for position and size
 textfield inputs.

Current issues: endpoint coordinate inputs have undexpected behvaior,
handles disappear after using the input fields to modify element
properties.
2017-06-26 09:36:31 -07:00
..
commonUI Revert "Historical imagery " 2017-06-25 20:46:09 -07:00
containment Merge pull request #1518 from nasa/copyright-1517 2017-04-23 17:22:01 -07:00
core [Edit] Only persist on mutation if model has actually changed locally. Fixes #1482 2017-04-24 21:35:42 -07:00
data [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00
entanglement Merge pull request #1519 from nasa/mct1456 2017-04-24 15:39:18 -07:00
execution [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
exporters [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
features [Layout] Add numerical inputs for fixed-position layout 2017-06-26 09:36:31 -07:00
forms [Documentation] Add number input 2017-06-23 14:32:21 -07:00
framework [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
identity [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
persistence [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
policy [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
representation [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
search Merge pull request #1614 from nasa/open1569 2017-06-21 11:24:23 -07:00
status [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
telemetry [Telemetry] x/y -> domain/range 2017-05-09 18:51:57 -07:00
README.md [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00

This directory contains all bundles for the Open MCT platform, as well as the framework which runs them.