Skip to content

Instantly share code, notes, and snippets.

@SasankVemana
Last active August 20, 2017 18:42
Fluid UI | Tooltip | Sample Custom Code
/* 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