I just updated to Astroid 3.0.10 and I wanted to use the bootstrap feature, but the one that I need is not provided on the list: Tooltips
Is there a special reason tooltip was not included? Or will it be included in the future?
Thank you in advance for your answer and regards,
Roberto Huezo
Stats:
Joomla: 4.4.2
PHP: 8.2
Astroid: 3.0.10
Template: biz 1.3.17
thank you for your reply. But to further specify my issue. I need a Tooltip with html, i.e. display a small table with data as a tooltip of a span-block. With Joomla 3 I just made a call to HTMLHelper::tooltip() with the correct parameters and I would see the table. Starting with Joomla 4 I found out that this technic does not work anymore. I saw on the generated html code that another component uses the bootstrap loading to achieve their tooltips with html and I thought when Astroid would support the loading of the bootstrap.tooltip it would make it easier for me to accomplish what used to work. Here the before and after of the above mentioned code: