TabItem

This tag defines a Silk TabItem component. It is a child of the silk:Tab tag and defines the tabs and its content.

Tag Definition

Used as a container:

<silk:TabItem
  id=""
  title=""
>
   Contains: SilkBuilder components and HTML
</silk:TabItem>

Properties

*Required property.

id*

The tabItem's unique identifier. Default Value: Empty.

title

Sets the tab title to show in the tab list. Require: yes Default Value: Empty.

Last updated