Open Closed

Customize configuration section toolbar #7960


User avatar
0
devpayoff created
  • ABP Framework version: v8.2.1
  • UI Type: Angular
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

Is there a way to add a menu item in the toolbar on the right side of the page? We are currently able to customize the toolbar, but only the top section using the NavItemsServiceservice:

constructor(private store: HeaderNotificationsStore, private navItemsService: NavItemsService) { }

this.navItemsService.addItems([ { id: 'HeaderNotifications', html: html, action: () => { this.showNotificationsPopup(!this.isNotificationsPopupShown()); }, order: 2 } ]);

Is there a way to achieve the same functionality for the configuration section of the toolbar?

Thank you


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    To add a new menu to the Bottom, you have to custom the side-menu layout

Made with ❤️ on ABP v9.0.0-preview Updated on September 27, 2024, 06:34