openmct/platform/commonUI
Pegah Sarram 75ae5ab3bb [Toolbar] set selection initially in fixed controller and toolbar... (#1994)
* [Toolbar] set selection initially in fixed controller and toolbar...

... to make the add button appear in the toolbar when a fixed position is created.

Remove selection change listener on destroy.

Start a digest cycle when handling selection in toolbar to avoid delays in toolbar.

Fixes #1991, #1987

* fixed checkstyle and lint errors

* Fix tests

* Update comment
2018-04-20 08:45:29 -07:00
..
about [Licenses] Update copyright year in About dialog 2017-04-05 15:07:50 -07:00
browse Restore navigation via breadcrumbs 2018-02-28 12:04:14 -08:00
dialog Summary Widgets (#1668) 2017-11-28 13:23:15 -08:00
edit [Toolbar] set selection initially in fixed controller and toolbar... (#1994) 2018-04-20 08:45:29 -07:00
formats Implemention of basic averaging telemetry filter 2017-12-11 10:44:07 -08:00
general Merge pull request #1967 from nasa/better-startup-1966 2018-04-18 17:02:42 -07:00
inspect fixes issue #1830 2018-01-08 09:50:45 -08:00
mobile [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
notification [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
regions [Fixed Position] Modify fixed position to use the Selection API 2018-01-10 15:16:04 -08:00
themes new-plot import (#1557) 2018-03-02 14:29:34 -08:00
README.md [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00

This directory contains bundles containing common user interface elements of Open MCT; that is, the user interface for the application as a whole (as opposed to for specific features) is implemented here.

Extensions

This bundles adds a stylesheets extension category used to inject CSS from bundles. These extensions are declaration-only (no scripted implementation is needed or used); a single property, stylesheetUrl, should be provided, with a path to the relevant CSS file (including extension) relative to the resources directory for that bundle.

Links to these CSS files are appended to the head when the application is started. These are added in standard priority order (see documentation for the framework layer); the order of inclusion of style sheets can change the way they are handled/understood by the browser, so priority can be used to provide control over this order.