0

Is this possible?

For example:

<default-field tooltip="${longDescription}" >

Coded as above, it just prints directly to screen ${longDescription} as the tooltip.

Ronan Keane
  • 189
  • 8

1 Answers1

0

In the last release only certain tooltip attributes were expanded (in the screen rendering FTL macros). The latest macros now expand the tooltip for all form field widgets (in commit #c994ae3).

David E. Jones
  • 1,721
  • 1
  • 9
  • 8