Warning |
---|
The UI Framework code is being transitioned to a module. Documentation will move to UI Framework. |
Usage
Code Block | ||
---|---|---|
| ||
${ ui.includeFragment("widgets/field", [ class: org.openmrs.Role.class, formFieldName: "role"]) } // will delegate to (i.e. include) the "fields/org.openmrs.Role" fragment |
...