I need to create a button in the global navigation that has a flyout with links. I've been trying to use the article below but it hasn't been working for me. Does anyone have some code I can use to create a new global nav with a flyout screen where I can put links?
canvas-contrib/react-tray.js at master · kajigga/canvas-contrib · GitHub
Solved! Go to Solution.
Hi @ssteelman
That React Tray is really old. Here's an article where we replaced it when it stopped working. It includes some screenshots. Global Nav Menu - Custom Tray
However, the newest version of the script is here with documentation.
ccsd-canvas/global-nav-custom-tray-multi-config.md at master · robert-carroll/ccsd-canvas · GitHub
Please let me know if you have any questions.
Hi @ssteelman
That React Tray is really old. Here's an article where we replaced it when it stopped working. It includes some screenshots. Global Nav Menu - Custom Tray
However, the newest version of the script is here with documentation.
ccsd-canvas/global-nav-custom-tray-multi-config.md at master · robert-carroll/ccsd-canvas · GitHub
Please let me know if you have any questions.
This is an amazing resource, and it is working for me. Thanks so much for this.