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

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -