Tooltips in ACC | Community
Skip to main content
Level 2
May 13, 2019
Solved

Tooltips in ACC

  • May 13, 2019
  • 1 reply
  • 1853 views

Hi there,

does ACC have a tooltip feature within Input Forms? Or anything else that would help improve UX within a busy input form?

Thank you!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by pierrec70731455

Hi,

there is a backcolor="tooltip" attribute for containers and textAlign="toolTip" for inputs of type="flatSubFormButton".

I personnaly use a static field of type="help" next to the input field that needs the tip :

<static label="blablabla" type="help"/>

Kind regards,

Pierre

1 reply

pierrec70731455
pierrec70731455Accepted solution
Level 4
May 13, 2019

Hi,

there is a backcolor="tooltip" attribute for containers and textAlign="toolTip" for inputs of type="flatSubFormButton".

I personnaly use a static field of type="help" next to the input field that needs the tip :

<static label="blablabla" type="help"/>

Kind regards,

Pierre