UI5- Link

lightUI5- Link

 

 


Link represents a simple click link for navigation or for initiating any action.

A simple text link with hyperlink.

1


Click on the link text.

2


It opens up the href link.

3


Code Snippet:

// Instantiate a Link
oLink = new sap.ui.commons.Link({
text: “Link to Google”,
tooltip: “Open up Google”,
href: “https://www.google.com”
}).placeAt(“content”);


 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s