ToolTip for editor fields

ToolTip for editor fields

kaustubh.agrawal2000kaustubh.agrawal2000 Posts: 88Questions: 39Answers: 2

Is there any easy way to add ToolTip to editor fields..??

Like any 1 of below options
1) Always showing a message on right side of the field ...
2) Whenever the cursor is in a field, tooltip / help related to that field should appear either on side or below the field..

Regards
Kaustubh

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,822Questions: 1Answers: 10,127 Site admin
    Answer ✓

    Yes, use field().node() to get the div that contains the field information. You can then apply whatever tooltip library you want to the elements instead it.

    Another option is to use fields.message which will show the help text below the field.

    Allan

This discussion has been closed.