NetTalk Central

Author Topic: Tooltip on droplist item?  (Read 102 times)

Jane

  • Sr. Member
  • ****
  • Posts: 422
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Tooltip on droplist item?
« on: December 31, 2025, 01:42:40 PM »
Is there a way to add a tooltip to dropdown items from the template (without omitting/rewriting template code in the embeditor?)

p_web.CreateOption has a place for a tooltip parameter, but I'm not seeing how to specify that in the form template. 
And I couldn't find a way to wrap the droplist choice in a <span>.
Am I missing something obvious?  NT 14.36

Code: [Select]
packet.append(p_web.CreateOption('Excluded contact','EXCLUDED',choose(lower('EXCLUDED') = lower(p_web.getSessionValue('dischargeBrowseResolvedFilter'))),'',loc:extra,'Appointment not needed OR Appointment declined OR HMO/other PCP')&p_web.CRLF) !k

« Last Edit: December 31, 2025, 01:45:11 PM by Jane »