Hi,
I link an icon to a Widget Link which is associated to an event On Click: ClientLogOut.
On the HTML side there was no anchor <a>.
Doing right click on the icon in Outsystems, I linked directly to the event ClientLogOut .
But for a good score of Accessibility, I need an attribute Href not empty as it's the case - cf the PDF file
Hi Guillaume,
You can use button instead of link for that. You can also use image/icon inside a button widget in OutSystems.
Please check below link -
https://stackoverflow.com/questions/63251705/accessibility-using-javascript-only-links-with-href
Thanks
Vinod