projects/components/widgets/containers/tabs/src/tabs.component.doc.ts
The wmTabs component defines the tabs widget.
Methods |
Inputs |
onChange | ||||||||||||||||||||
onChange(event: Event, widget: any, newPaneIndex: number, oldPaneIndex: number)
|
||||||||||||||||||||
Callback function which will be triggered when the active tab changed from one to another.
Parameters :
Returns :
void
|
autotabactivation |
Type : boolean
|
Default value : true
|
This property determines whether tabs are automatically activated when using arrow keys. |
class |
Type : string
|
Class of the widget. |
defaultpaneindex |
Type : number
|
Default value : 0
|
This property sets the default active pane on a load of the widget based on the provided index. The tab index is an integer starting from 0, 1, 2 and so on. |
horizontalalign |
Type : string
|
Default value : 'right'
|
This property sets placement of content. Allowed Values: |
name |
Type : string
|
Name of the tabs widget. |
show |
Type : boolean
|
Default value : true
|
This property will be used to show/hide the tabs widget on the web page. Bindable: |
tabsposition |
Type : string
|
Default value : 'top'
|
This property determines where the tabs should be displayed w.r.t. the content. Allowed Values:
|
transition |
Type : string
|
Default value : 'none'
|
This property determines how the tabs should be displayed w.r.t. the content Allowed Values:
|