openmct/platform/commonUI
Deep Tailor 0225cbab6a
Merge pull request #1930 from nasa/navigate-via-breadcrumbs
Restore navigation via breadcrumbs
2018-02-28 13:36:16 -08: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 [Layout] Select the fixed position view only if the parent is not selected. 2018-02-13 13:23:49 -08:00
formats Implemention of basic averaging telemetry filter 2017-12-11 10:44:07 -08:00
general [DateTimePicker] Replaced tabs with spaces 2018-01-17 09:33:28 +11: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 Summary Widgets (#1668) 2017-11-28 13:23:15 -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.