Hi, it doesn't solve your problem. But why not using _title attribute for the standard tooltip functionality? https://www.w3schools.com/html/tryit.asp?filename=tryhtml_attributes_title
Regards Clemens On Saturday, August 1, 2020 at 7:02:28 AM UTC+2, Niktesla001 wrote: > > Hello there. > In my index.html i was trying to output this text > {{=A(SPAN('MyWord', _data-tooltip='Hey, this is the word of mine!'), > _href='word')}} > and it failed miserably (generated an exception). > > I was able to fix this by replacing "data-tooltip" with "data_tooltip" in > stupid.css and then changing the above code to > {{=A(SPAN('MyWord', _data_tooltip='Hey, this is the word of mine!'), > _href='word')}} > > But we all want this stuff to work right out of the box, right? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/7740d2e5-7e74-45d6-bf5b-c8b8df78f03bo%40googlegroups.com.