projects/components/widgets/page/left-panel/src/left-panel.component.doc.ts
The 'wmLeftPanel' directive defines a left panel in the layout. wmLeftPanel is internally used by wmContent.
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
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. |
columnwidth |
Type : number
|
Default value : 2
|
This property specifies how much width should occupy by the widget in side Allowed Values: |
content |
Type : string
|
Html or Partial content of the widget. Allowed Values: |
gestures |
Type : string
|
Default value : 'on'
|
This property specifies to enable/disable the gestures on the widget. |
name |
Type : string
|
Name of the left panel widget. |