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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -