]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1857150: eg-fm-record-editor: support field-level help popovers
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 9 Apr 2020 15:24:04 +0000 (11:24 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 3 Sep 2020 17:40:51 +0000 (13:40 -0400)
commitff82f55d7277b8a1eef508af65ad5d6a89e07385
treeeae1244edbdb65318b60dd263058a53b1a0d6ccf
parenta649c656f2da120b330ebcadf3674d87d512a004
LP#1857150: eg-fm-record-editor: support field-level help popovers

Add a new helpText field option to supply text for help popovers
that display next to the field label.

Example usage:

<eg-string #hostHelpStr text="EDI FTP or SCP server, including protocol. For example, ftp://ftp.example.org." i18n-text></eg-string>

<eg-fm-record-editor #editDialog
  idlClass="acqedi"
  [fieldOptions]="{
                    host: {helpText: hostHelpStr},
                  }"
</eg-fm-record-editor>

Sponsored-by: Evergreen Community Development Initiative
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.ts
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.module.ts