+ Add post
Hi all,
I'm migrating from Classic UI to Freedom a screen that has an Info button, as described in the following post:
https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/platform-customization/classic-ui/record-page/field/examples/attach-an-info-button
How can we do that in FreedomUI?
Like
Hi,
Have you tried the tooltip in the page designer at field level ?
Yes, but how can we format that text? I'd like to add bullets in the text and breaklines
You can add add HTML to a tooltip in Freedom UI. .
If you need some dynamic content for the tooltip, you can add an attribute and bind it to the tooltip property, then set the tip at runtime by setting the attribute.
Ryan
Awesome! thanks