Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

[[ Navigation Bar ]] Add option to highlight none of the icons #6404

Merged
merged 2 commits into from Apr 6, 2020

Commits on Mar 11, 2018

  1. LCG Demo - Add Navigation Bar option to highlight none of the icons

    `set the hilitedItem of widget to 0` will disable the highlight
    The selected item index allowed minimum was changed to 0
    If the hilitedItem is 0, then an empty string will be returned for the name.
    bwmilby committed Mar 11, 2018
    Copy the full SHA
    71eedb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. [[ Navigation Bar ]] Add option to highlight none of the icons

    Update documentation references for the new 0 option to have nothing highlighted.
    Add ability to set the selected icon name to "" to make nothing highlight.
    Updated documentation to indicate that custom icons are possible (reference Icon SVG Library).
    Renamed note and expanded to document potential backward compatibility issue (a call to `getNavSelectedItemName` in a previous version of the widget with nothing selected will throw an error).
    bwmilby committed Apr 20, 2018
    Copy the full SHA
    aa9649b View commit details
    Browse the repository at this point in the history