projects/components/widgets/containers/tabs/src/tab-pane/tab-pane.component.doc.ts
The wmTabPane component defines the tabpane widget.
Methods |
Inputs |
onDeselect | ||||||||||||
onDeselect($event: Event, widget: any)
|
||||||||||||
Callback function which will be triggered when a tab pane is deselected.
Parameters :
Returns :
void
|
onLoad | ||||||||||||
onLoad($event: Event, widget: any)
|
||||||||||||
Callback function which will be triggered when tab pane is loaded.
Parameters :
Returns :
void
|
onSelect | ||||||||||||
onSelect($event: Event, widget: any)
|
||||||||||||
Callback function which will be triggered when a tab pane is selected.
Parameters :
Returns :
void
|
badgetype |
Type : string
|
Default value : 'default'
|
This property controls the state of the badge. Bindable: Allowed Values: |
badgevalue |
Type : string
|
This property specifies the value to be displayed along with the pane title. Bindable: |
class |
Type : string
|
Class of the widget. |
content |
Type : string
|
Default value : 'Inline Content'
|
Html or Partial content of the widget. Bindable: Allowed Values: |
disabled |
Type : boolean
|
Default value : false
|
If the disabled property is true (checked) the value of the editor cannot change. The widget becomes display-only. Bindable: |
name |
Type : string
|
Name of the tabpane widget. |
paneicon |
Type : string
|
Icon which we displayed on the tab-header. Bindable: |
show |
Type : boolean
|
Default value : true
|
This property will be used to show/hide the tab pane on the web page. Bindable: |
tabindex |
Type : number
|
Default value : 0
|
This property specifies the tab order of the tabpane widget. |
title |
Type : string
|
Default value : 'Tab Title'
|
Title of the tabpane widget. Bindable: |