projects/components/widgets/page/footer/src/footer.component.doc.ts
The 'wmFooter' directive defines a footer in the layout.
Methods |
Inputs |
onLoad | ||||||||||||
onLoad($event: MouseEvent, widget: any)
|
||||||||||||
Callback function which will be triggered when the widget is loaded.
Parameters :
Returns :
void
|
onPinchdown | ||||||||||||
onPinchdown($event: MouseEvent, widget: any)
|
||||||||||||
Callback function which will be triggered on pinchdown event of the widget.
Parameters :
Returns :
void
|
onPinchin | ||||||||||||
onPinchin($event: MouseEvent, widget: any)
|
||||||||||||
Callback function which will be triggered on
Parameters :
Returns :
void
|
onSwipedown | ||||||||||||
onSwipedown($event: MouseEvent, widget: any)
|
||||||||||||
Callback function which will be triggered when the widget is swiped down.
Parameters :
Returns :
void
|
onSwipeleft | ||||||||||||
onSwipeleft($event: MouseEvent, widget: any)
|
||||||||||||
Callback function which will be triggered when the widget is swiped left.
Parameters :
Returns :
void
|
onSwiperight | ||||||||||||
onSwiperight($event: MouseEvent, widget: any)
|
||||||||||||
Callback function which will be triggered when the widget is swiped right.
Parameters :
Returns :
void
|
onSwipeup | ||||||||||||
onSwipeup($event: MouseEvent, widget: any)
|
||||||||||||
Callback function which will be triggered when the widget is swiped up.
Parameters :
Returns :
void
|
class |
Type : string
|
Class of the widget. |
content |
Type : string
|
Html or Partial content of the widget. Allowed Values: |
name |
Type : string
|
Name of the footer widget. |