Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

OpenMRS comes with theĀ <openmrs> taglib. For the complete list of features seeĀ openmrs/webapp/src/main/webapp/WEB-INF/taglibs/openmrs.tld. For instance if you want to display a concept you write:

<openmrs:format concept="${concept}" caseConversion="global"/>

(OpenMRS 1.10+) caseConversion="global" indicates that the output should be converted to lowercase, uppercase or capitalized depending on the dashboard.metadata.caseConversion global property. Allowed values for caseConversion are global, lowercase, uppercase, capitalize or "" (empty, no conversion).

  • No labels