As directed by several servoy team remarks on the forum, we recently integrated html reports into our solutions.
This way we can display results from rather complicated queries in easy user understandable html views. Using hyperlinks in html view let the user show data details from the view.
We wanted to add some more information for the user by adding tooltips to this view, so we added the universal attribute title to our links, which is intended for this purpose and to handle information for blind user too. Apparently this attribute is not supported by servoy html interpreter, doesn’t it?
Is there another way to display tooltips in an html view?
If not do you, servoy team, plan to integrate support for this attribute?
Any suggestion or comment will be welcome.