Hey I want to show fontswesome icon in my reactive web application . can any one help me
Hello Ankit.
This weekend I tried Fonts for Everyone and it works fine for Font Awesome and a few others.
As long as you don't try Show Records in the static entity.
Thanks for your reply. But it is for traditional app while i am looking for reactive app
I used the Mobile version.
https://www.outsystems.com/forge/component-overview/5525/icons-for-everyone-mobile
You can take core and use it as you wish.
https://www.outsystems.com/forge/component-overview/5171/icons-for-everyone-core-font-awesome
Hi, Ankit.
I did it as follows, added the following js to the OnRender event
And to show the icon, I just added the class
Best regards.
js code:
document.head.innerHTML = document.head.innerHTML + '<link type="text/css" rel="stylesheet" href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css">'
document.head.innerHTML = document.head.innerHTML + '<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css">'