projects/components/widgets/basic/html/src/html.directive.doc.ts
The wmHtml directive defines the html widget.
Methods |
Inputs |
| onClick | ||||||||||||
onClick($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the widget is clicked.
Parameters :
Returns :
void
|
| onDblclick | ||||||||||||
onDblclick($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the widget is double clicked.
Parameters :
Returns :
void
|
| onDoubletap | ||||||||||||
onDoubletap($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the double tap event is triggered on a widget.
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
|
| onTap | ||||||||||||
onTap($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the tap event is triggered on a widget.
Parameters :
Returns :
void
|
| class |
Type : string
|
|
Class of the widget. |
| content |
Type : string
|
|
Content of the html widget. Bindable: |
| hint |
Type : string
|
|
Hint text is shown for the html widget on hover. Bindable: |
| horizontalalign |
Type : string
|
|
This property specifies how the elements should be aligned horizontally. Allowed Values:
|
| name |
Type : string
|
|
Name of the html widget. |
| show |
Type : boolean
|
Default value : true
|
|
This property will be used to show/hide the html widget on the web page. Bindable: |