Web Component Tab

WebComponent Tabs are tabs which will display an existent Web Component from the KB.

WebComponentTabImg01

So you will have to select a Web Component from the KB, set the parameters that the Web Component receives and configure the following properties:

Category Property  
General Properties Tab Caption WebComponentTabImg02
Code
Component Name
Condition
Expanded View Include In Panel
Panel Theme Class
Collapsible
Collapsible By Default

General Properties:

Tab caption:  

Tab's caption. Represents either tab's title (in case View's Type property is 'view with tabs') or panel's title (in case View's Type property is 'expanded view')


Code:

Internal object's name. It must be unique.


Component Name:

Web component's name. It is the existent Web component that will be displayed in this View tab.


Condition:

Specifies the condition which will have to be accomplished in order to let this tab visible on screen. It is an optional property.

Properties Of Category Expanded View:

The properties inside this category only applies if property Type from View node is 'expanded view'
 

Include in panel:

Specifies whether to include a panel which will recover the tab object or not.

Panel theme class:

Theme class of the panel.


Collapsible:

Specifies whether the panel will have the possibility to collapse or not. This is feature will be used at runtime and only applies if Include in panel is True.


Collapsed by default:

Specifies whether the table will be collapsed by default (when the pages uploads) or will be opened. This only applies if Collapsible is True.