openmct/platform/features/layout
Doubek-Kraft ac3f638b35 [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-23 09:28:49 -07:00
..
res/templates [Layout] Add view large button for zooming 2017-05-18 18:18:19 -07:00
src [Layout] Add numerical inputs for fixed-position layout 2017-06-23 09:28:49 -07:00
test [Layout] Add view large button for zooming 2017-05-18 18:18:19 -07:00
bundle.js [Layout] Add view large button for zooming 2017-05-18 18:18:19 -07:00