2020 Dec 17 6:30 AM - edited 2024 Feb 03 9:44 PM
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??
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.