Module
The component silk:Module is used to organize the code in different files. An application will later reference these files. Multiple applications could use a module. The module can hold other component tags.
In the SilkBuilder IDE, a module file that is only serving one application, and not others, does not require the silk:Module tag. In this case, the file will be called directly using the <%@include file="module_file"%>
JSP tag.
Refer to the documentation for a detailed explanation on how to use modules.
Tag Definition
Used as a container:
The module hold SilkBuilder components and HTML.
The parent application will use the <jsp:include>
tag to reference the module. This call may also include parameters. It can be combined with module files serving only one application.
Properties
renderIf
Last updated