cancel
Showing results for 
Search instead for 
Did you mean: 

How to show full tool tip text for the attributes in the hybris back office ?

sapienthybris
Explorer
0 Kudos
826

Hi There,

Hybris OOTB lets us to see only part of the tool tip text values if it has a lengthy lines.

For example if I have the value of the tool tip text as like this

type.GenericVariantProduct.batchCountry.description=The country where this product will appear

But below attached in the screen shot is what I would able see in the tool tip text.

How can i make the tool tip text to be shown as is without truncating??

View Entire Topic
0 Kudos

Hi Karthik,

Tool til , update happen in " DefaultAttributeDescriptionIconRenderer" and it is setting upto 20 charecters as below

description.setTooltiptext(StringUtils.abbreviate(desc, 20));

We have to customize this. Hope this helps.

Regards,

Khaja M

0 Kudos
<aliasname="defaultAttributeDescriptionIconRenderer" alias="attributeDescriptionIconRenderer"/><bean id="defaultAttributeDescriptionIconRenderer">