openmct/platform/features
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
..
autoflow [Features] Added option to specify a type to exclusively apply the Autoflow view to 2017-04-04 16:33:36 -07:00
clock [Timer] cssclass to cssClass 2017-05-03 16:32:41 -07:00
conductor [TC] Update format on timesystem change 2017-05-17 18:08:48 -07:00
fixed [Layout] Add numerical inputs for fixed-position layout 2017-06-26 09:36:31 -07:00
imagery [Imagery] Update spec 2017-06-21 14:56:51 -07:00
layout [Layout] Add numerical inputs for fixed-position layout 2017-06-26 09:36:31 -07:00
listview Implement new folder List view (#1610) 2017-06-19 18:35:18 -07:00
my-items [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
pages [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
plot [Time Conductor] Fixed or disabled failing tests 2017-05-01 16:19:11 -07:00
static-markup [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
table [Spec] Update specs for new calls 2017-05-09 19:02:10 -07:00
timeline [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
README.md [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00

This directory contains bundles which represent specific user-facing features of Open MCT, such as plots and other visualizations. Bundles in this directory should be effectively optional.