Last active
August 20, 2017 18:42
Fluid UI | Tooltip | Sample Custom Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CSK - Start */ | |
/* Set Tooltip Text */ | |
Local string &sToolTip = "If the donor does not have a last name, please enter the first name in the last name field and add FNU (First Name Unknown) on the first name field."; | |
/* Add/update html attributes (rel, title) */ | |
AV_SRCH_FLDS_WK.LAST_NAME_SRCH.HtmlAttributes = "rel=""tooltip"" title=""" | &sToolTip | """"; | |
/* Add Custom JavaScript */ | |
AddJavaScript(HTML.CSK_TOOLTIP_JS); | |
/* CSK - End */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment