Open Closed

Extend ContentTitle #6465


User avatar
0
manuel42 created
  • ABP Framework version: v7.2.2
  • UI Type:MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello,

I followed this steps to replace the content title view component -> https://docs.abp.io/en/commercial/latest/themes/lepton-x/mvc#content-title Here is only explained how to replace the view component but I also need to extend the content title model.(I need to do this for a application template and two modules ) How can I do this ?

Because I want to add this info symbol as you show on the lepton x demo page


6 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello , You can customize code at your own side e.g 1.you can add below code in HostDashboard.cshtml page 2.also add some css code HostDashboard.css page 3. final output screen

    Thanks,

  • User Avatar
    0
    manuel42 created

    Thank you for the hint. But I need also to add the Mouseover InfoText for every page. Is there no other way to replace/extend the pageheader because the application has a lot of pages ?

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    It means that when you hover your mouse over that icon, any tooltip messages connected to that page will appear. if it is correct then you can add title to icon show the tooltip message.

  • User Avatar
    0
    manuel42 created

    Okay and is there a way to disable all breadCrumbs of all the pages in a configuration ? I have seen the pageHeaderOptions only availaible for blazor ?

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    You can add following code in global-styles.css for disable or hide breadCrumbs.

    .lpx-topbar-container { visibility: hidden; }

  • User Avatar
    0
    manuel42 created

    Thank you for your help

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11