Wiki Spaces

Documentation
Projects
Resources

Get Help from Others

Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack

Documentation

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    <i class="fab fa-fw <font_name>"></i>   or   <i class="fas fa-fw <font_name>"></i>  or   <i class="fab fafar fa-fw  <font_name>"></i>  (Try out  to get the which path works ) example

Code Block
languagexml
titleyour_page.gsp
<%
    ui.decorateWith("appui", "standardEmrPage")
%>
<div >
    <i class="fab fa-fw fa-youtube"></i> 
  <!-- NB if a given Font Awesome icon doesnt display then try to get it by  <i class="fas fa-fw fa-youtube"></i>  or <i class="fabfar fa-fw fa-youtube"></i> --> 
</div>

...