Group
The silk:Group component is used to group elements under a title.
Tag Definition
Used standalone:
<silk:Group
id=""
title=""
renderIf=""
/>
Used as a container:
<silk:Group
id=""
title=""
renderIf=""
>
Contains: Other HTML and/or Silk components.
</silk:Group>
Properties
id
An optional group's unique identifier. Default Value: Empty.
title
Defines the group title. Default Value: Empty.
renderIf
It contains the logic sentence defining whether the component should be rendered. The logic statement's explanation is in the Server Code Logic documentation. Default Value: Empty.
Last updated