mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
280c838735
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. |
||
---|---|---|
.. | ||
autoflow | ||
clock | ||
conductor | ||
fixed | ||
imagery | ||
layout | ||
listview | ||
my-items | ||
pages | ||
plot | ||
static-markup | ||
table | ||
timeline | ||
README.md |
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.