How to add helptext for the field in dialog in touch UI | Community
Skip to main content
July 28, 2017
Solved

How to add helptext for the field in dialog in touch UI

  • July 28, 2017
  • 4 replies
  • 4294 views

Hi,

Please help me that how can we add helptext for the fields in touch UI dialog.

Regards,
Sandhya.

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 Prince_Shivhare

use fieldDescription in your node as a type of String.

4 replies

susheel
New Participant
July 29, 2017

This is very basic question.

Make a habit of looking into documentation before asking a question here. Check the documentation for other properties as well.

Field — Granite UI 1.0 documentation

Prince_Shivhare
Prince_ShivhareAccepted solution
New Participant
July 29, 2017

use fieldDescription in your node as a type of String.

Singaiah_Chintalapudi
New Participant
July 28, 2017

You can add the below property to the widget:

fieldDescription and the type is string.

For example, if you want to add this helptext to a text field, go to that text field node under cq:dialog and add the above property.

July 28, 2017