sapui5 - How to put set of links in Link List card in Fiori Overview page? -
i want put external links such as(google.com, yahoo.com) in link list card. if knows how great help.
use sap.m.link. did simple demo you.
var olink = new sap.m.link(); olink.settext("link url (target: www.sap.com)"); olink.settooltip("target: www.sap.com"); olink.sethref("http://www.sap.com"); olink.settarget("www.sap.com"); olink.placeat("content");
Comments
Post a Comment