Module
The silk:Module tag is used to organize the code in different files which will later be referensed by a parent application. A module could be used by multiple applications. The module can hold application and component tags.
Check the documentation on how to use modules for a detail explanation.
Tag Use
Used as a container:
The module can hold application and component tags.
The parent application will use the <jsp:include>
tag under the silk:Screen tag to reference the module.
Last updated