projects/components/widgets/page/right-panel/src/right-panel.component.doc.ts
The 'wmRightPanel' directive defines a right panel in the layout. wmRightPanel 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 the width of the widget inside wmContent widget. Adds class col-md-(x), to suit bootstrap fluid grid system Adds class col-md-(x), to suit bootstrap fluid grid system Allowed Values: |
content |
Type : string
|
Html or Partial content of the widget. Allowed Values: |
name |
Type : string
|
Name of the right panel widget. |