NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Jane on December 31, 2025, 01:42:40 PM

Title: Tooltip on droplist item?
Post by: Jane 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