cancel
Showing results for 
Search instead for 
Did you mean: 

Wrap text for Direct Links in the Navigation Bar

Former Member
0 Kudos

Does anyone know how to wrap text for a direct link in the navigation bar? The text from the logical link (that we are using as a direct link) gets chopped off because of the fixed width of the navigation bar. Is there another option for expanding the width of the navigation bar?

Thanks,

Bryan

Accepted Solutions (0)

Answers (1)

Answers (1)

xavier_dehairs2
Active Participant
0 Kudos

Hi, I think that this menu is defined in class CL_THTMLB_MENU, so you could try to put some break-points in there to see what is happening. I saw a method called CALCULATE_WIDTHS which might give you some hints.

If you would need to modify this, then you should make a copy of the standard THTMLB tag "menu" and create your own navigation component as a copy of CRMCMP_NAVBAR which is used as default for the navigation part of the web client. Then you would have to create a new entry in SPRO under technical role definition > Define Layout Components.

I never tried this, but that's my first feeling about it.

Thanks to let us know what you found out.

Regards,

Xavier