openmct/platform/commonUI/general
Pegah Sarram 73e38f1955 [Toolbar] Implement a public API for adding toolbars (#1908)
* [API] Implement a toolbar registry and a plugin to allow providing a toolbar for a selected object.
* Modify the mct-toolbar directive to get the toolbar structure from a provider based on selection.
* Implements the layout toolbar in the layout bundle
2018-06-27 13:30:01 -07:00
..
res allow clearing table filters with cancel button #1989 (#2005) 2018-06-20 14:18:54 -07:00
src [Toolbar] Implement a public API for adding toolbars (#1908) 2018-06-27 13:30:01 -07:00
test Review and integrate mobile-2008 (#2040) 2018-05-25 11:19:27 -07:00
bundle.js Review and integrate mobile-2008 (#2040) 2018-05-25 11:19:27 -07:00
README.md [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00

Directives

  • mct-scroll-x is an attribute whose value is an assignable Angular expression. This two-way binds that expression to the horizontal scroll state of the element on which it is applied.
  • mct-scroll-y is an attribute whose value is an assignable Angular expression. This two-way binds that expression to the vertical scroll state of the element on which it is applied.