Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

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

Avatar

Former Community Member

Hi,

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

Regards,
Sandhya.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

use fieldDescription in your node as a type of String.

View solution in original post

4 Replies

Avatar

Community Advisor

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.

Avatar

Correct answer by
Community Advisor

use fieldDescription in your node as a type of String.

Avatar

Level 5

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