projects/components/widgets/containers/accordion/src/accordion-pane/accordion-pane.component.doc.ts
The wmAccordionPane component defines the accordion pane.
Methods |
Inputs |
| onCollapse | ||||||||||||
onCollapse($event: Event, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the accordion pane is collapsed.
Parameters :
Returns :
void
|
| onExpand | ||||||||||||
onExpand($event: Event, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the accordion pane is expanded.
Parameters :
Returns :
void
|
| onLoad | ||||||||
onLoad(widget: any)
|
||||||||
|
Callback function which will be triggered when the accordion pane is loaded.
Parameters :
Returns :
void
|
| badgetype |
Type : string
|
Default value : 'default'
|
|
The property controls the state of the badge. Bindable: Allowed Values: |
| badgevalue |
Type : string
|
|
This property specifies the value to be displayed on the pane title. Bindable: |
| class |
Type : string
|
|
Class of the widget. |
| content |
Type : string
|
Default value : 'Inline Content'
|
|
Sets content for the accordion pane. Allowed Values:
|
| name |
Type : string
|
|
Name of the accordion pane. |
| show |
Type : boolean
|
Default value : true
|
|
This property will be used to show/hide the accordion pane on the web page. Bindable: |
| subheading |
Type : string
|
|
Subheading of the accordion pane. Bindable: |
| tabindex |
Type : number
|
Default value : 0
|
|
This property specifies the tab order of the accordion pane. |
| title |
Type : string
|
Default value : 'Title'
|
|
Title of the accordion pane. Bindable: |