Hi all,
I'm new to SAPUI5 development. I checked the SAPUI5 API reference, but I can't find how to do this. I have a List (sap.m.List) with items (sap.m.DisplayListItem and sap.m.StandardListItem). When the item is a url, I want to create a hyperlink for this. I used the press event of the StandardListItem with the window.open javascript function and this works, but this is pretty complex and still I don't see a hyperlink. Is it possible to create a simple html hyperlink with underline and mouseover behaviour (hand icon) in the List.
Thanks in advance for your help!
Best regards,
Jeroen