OLD | NEW |
(Empty) | |
| 1 Policy indicators show when a setting is controlled by something other than the |
| 2 user, especially user/device policy. The badge icons are sourced from |
| 3 [cr_elements/icons.html](../icons.html) by default. Indicators show a tooltip on |
| 4 hover when `CrPolicyStrings` is defined. |
| 5 |
| 6 Elements like `<cr-policy-pref-indicator>` and `<cr-policy-network-indicator>` |
| 7 are designed to be reused in WebUI pages: |
| 8 |
| 9 <cr-policy-pref-indicator pref="[[pref]]"></cr-policy-pref-indicator> |
| 10 |
| 11 For one-off or composed elements, CrPolicyIndicatorBehavior provides some |
| 12 configurable properties and calculates dependent properties, such as the |
| 13 tooltip, icon, and visibility of the indicator. |
OLD | NEW |