ToolTip for editor fields
ToolTip for editor fields
kaustubh.agrawal2000
Posts: 88Questions: 39Answers: 2
in Editor
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
This discussion has been closed.
Answers
Yes, use
field().node()
to get thediv
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