wiki:IncludeElement

<include>

The <include> element allows to reuse one ui.xml as component across multiple applications. Each of these applications can use <include> to import another ui.xml and load its contents in place of the inclue tag.

Example usage:

<include file="path/to/component_ui.xml"/>

Required attributes

  • file="path/to/component_ui.xml": path to another molgenis_ui.xml file. This path is either on the classpath (e.g. another jar file) or and a file path.

No optional attributes

No Child elements