projects/components/widgets/containers/panel/src/panel.component.doc.ts
The wmPanel component defines the Panel widget.
Methods |
Inputs |
| onActionsclick | ||||||||
onActionsclick($item: any)
|
||||||||
|
Callback function is called when the actions item is clicked.
Parameters :
Returns :
void
|
| onClose | ||||||||||||
onClose($event: Event, widget: any)
|
||||||||||||
|
Callback function which will be triggered when panel is closed.
Parameters :
Returns :
void
|
| onCollapse | ||||||||||||
onCollapse($event: Event, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the panel is collapsed.
Parameters :
Returns :
void
|
| onExitfullscreen | ||||||||||||
onExitfullscreen($event: Event, widget: any)
|
||||||||||||
|
Callback function is called on the exit from full screen mode of the panel.
Parameters :
Returns :
void
|
| onExpand | ||||||||||||
onExpand($event: Event, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the panel is expanded.
Parameters :
Returns :
void
|
| onFullscreen | ||||||||||||
onFullscreen($event: Event, widget: any)
|
||||||||||||
|
Callback function is called on the full screen state of the panel.
Parameters :
Returns :
void
|
| onLoad | ||||||||
onLoad(widget: any)
|
||||||||
|
Callback function which will be triggered when the panel content is loaded.
Parameters :
Returns :
void
|
| onMouseenter | ||||||||||||
onMouseenter($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the mouse enters the widget.
Parameters :
Returns :
void
|
| onMouseleave | ||||||||||||
onMouseleave($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the mouse leaves the widget.
Parameters :
Returns :
void
|
| onMouseout | ||||||||||||
onMouseout($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the mouse moves away from this widget.
Parameters :
Returns :
void
|
| onMouseover | ||||||||||||
onMouseover($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the mouse hovers over the widget.
Parameters :
Returns :
void
|
| onPinchin | ||||||||||||
onPinchin($event: TouchEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when a pinchin event is triggered.
Parameters :
Returns :
void
|
| onPinchout | ||||||||||||
onPinchout($event: TouchEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when a pinchout event is triggered.
Parameters :
Returns :
void
|
| onSwipedown | ||||||||||||
onSwipedown($event: TouchEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the widget is swiped down.
Parameters :
Returns :
void
|
| onSwipeleft | ||||||||||||
onSwipeleft($event: TouchEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the widget is swiped left.
Parameters :
Returns :
void
|
| onSwiperight | ||||||||||||
onSwiperight($event: TouchEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the widget is swiped right.
Parameters :
Returns :
void
|
| onSwipeup | ||||||||||||
onSwipeup($event: TouchEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the widget is swiped up.
Parameters :
Returns :
void
|
| actions |
Type : Array<any>
|
|
Set this property to a data source to construct the menu on the panel header. Bindable: |
| 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 panel title. Bindable: |
| class |
Type : string
|
|
Class of the widget. |
| closable |
Type : boolean
|
Default value : false
|
|
This property allows user to access close action from panel header as well as enables close through ESC key press. |
| collapsible |
Type : boolean
|
Default value : false
|
|
This property will enable control for collapsing and expanding the panel. |
| conditionalclass |
Type : string
|
|
This property allows user to bind expression to class property. Bindable: |
| content |
Type : string
|
Default value : 'Inline Content'
|
|
Sets content for the panel. Bindable: Allowed Values:
|
| enablefullscreen |
Type : boolean
|
Default value : false
|
|
This property will enable control for making the panel full screen. |
| expanded |
Type : boolean
|
Default value : true
|
|
This property will set the default state of the panel as expanded or collapsed. |
| helptext |
Type : string
|
|
If this property has a value, a "?" icon is added next to your editor. Bindable: |
| iconclass |
Type : string
|
Default value : 'wi wi-account-circle'
|
|
This property defines the class of the icon that is shown in the header of the panel. Bindable: |
| iconheight |
Type : string
|
|
height of the icon. |
| iconmargin |
Type : string
|
|
Margin of the icon. |
| iconurl |
Type : string
|
|
Url of the icon. Bindable: |
| iconwidth |
Type : string
|
|
width of the icon. |
| itemchildren |
Type : string
|
|
Children for the dropdown menu item. Bindable: |
| itemicon |
Type : string
|
|
Class for the icon in the dropdown menu item. Bindable: |
| itemlabel |
Type : string
|
|
Label for the dropdown menu item. Bindable: |
| itemlink |
Type : string
|
|
Link for the dropdown menu item. Bindable: |
| name |
Type : string
|
|
Name of the Panel. |
| show |
Type : boolean
|
Default value : true
|
|
This property will be used to show/hide the panel widget on the web page. Bindable: |
| subheading |
Type : string
|
|
Subheading of the panel. Bindable: |
| title |
Type : string
|
Default value : 'Title'
|
|
Title of the panel. Bindable: |
| userrole |
Type : string
|
|
User role for the dropdown menu item. Bindable: |