File

projects/components/widgets/containers/tabs/src/tab-pane/tab-pane.component.doc.ts

Description

The wmTabPane component defines the tabpane widget.

Index

Methods
Inputs

Methods

onDeselect
onDeselect($event: Event, widget: any)

Callback function which will be triggered when a tab pane is deselected.

Parameters :
Name Type Optional Description
$event Event No

DOM event on which call back is triggered

widget any No

Instance of the tab pane widget

Returns : void
onLoad
onLoad($event: Event, widget: any)

Callback function which will be triggered when tab pane is loaded.

Parameters :
Name Type Optional Description
$event Event No

DOM event on which call back is triggered

widget any No

Instance of the tab pane widget

Returns : void
onSelect
onSelect($event: Event, widget: any)

Callback function which will be triggered when a tab pane is selected.

Parameters :
Name Type Optional Description
$event Event No

DOM event on which call back is triggered

widget any No

Instance of the tab pane widget

Returns : void

Inputs

badgetype
Type : string
Default value : 'default'

This property controls the state of the badge.

Bindable: true

Allowed Values: default, primary, success, info, warning, danger

badgevalue
Type : string

This property specifies the value to be displayed along with the pane title.

Bindable: true

class
Type : string

Class of the widget.

content
Type : string
Default value : 'Inline Content'

Html or Partial content of the widget.

Bindable: true

Allowed Values: Inline Content, Partials

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: true

name
Type : string

Name of the tabpane widget.

paneicon
Type : string

Icon which we displayed on the tab-header.
This is will be used only when the default template is used.

Bindable: true

show
Type : boolean
Default value : true

This property will be used to show/hide the tab pane on the web page.

Bindable: true

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: true

results matching ""

    No results matching ""