<< Click to Display Table of Contents >> Navigation: Templates > Component templates |
Component templates has the following requirements:
Top component tag should have unique id attribute and component class.
Components containing data should have dataclass attribute set to WebUI class ID.
Components that may be detail in master-detail relation should have master attribute set to master component ID.
Components that depends on search panel should have search attribute set to search panel ID.
Normally component template should contain class and style attributes allowing to define custom classes and styles, like
<div id="{{id}}" class="component {{class}}" style="{{style}}">