projects/components/widgets/basic/anchor/src/anchor.component.doc.ts
The wmAnchor component defines the anchor widget.
Methods |
Inputs |
| onBlur | ||||||||||||
onBlur($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the widget loses focus.
Parameters :
Returns :
void
|
| onClick | ||||||||||||
onClick($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the widget is clicked.
Parameters :
Returns :
void
|
| onDblonClick | ||||||||||||
onDblonClick($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the widget is double clicked.
Parameters :
Returns :
void
|
| onDoubletap | ||||||||||||
onDoubletap($event: TouchEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the double tap event is triggered on a widget.
Parameters :
Returns :
void
|
| onFocus | ||||||||||||
onFocus($event: MouseEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the widget gets focused.
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: TouchEvent, widget: any)
|
||||||||||||
|
Callback function which will be triggered when the tap event occurs on anchor widget.
Parameters :
Returns :
void
|
| badgevalue |
Type : string
|
|
This property specifies the value to be displayed along with the label of the anchor. Bindable: |
| caption |
Type : string
|
|
This property specifies the label of the anchor. Bindable: |
| conditionalclass |
Type : string
|
|
This property allows user to bind expression to class property. Bindable: |
| encodeurl |
Type : boolean
|
Default value : false
|
|
This property will enable the provided URL to be encoded at run time. |
| hint |
Type : string
|
|
Hint text is shown for the anchor widget on hover. Bindable: |
| hyperlink |
Type : string
|
|
This property will be used to set the web url to redirect for anchor on the web page. Bindable: |
| iconclass |
Type : string
|
|
CSS class of the icon. Bindable: |
| iconheight |
Type : string
|
|
Height of the icon. |
| iconmargin |
Type : string
|
|
Margin of the icon. |
| iconposition |
Type : string
|
|
Property to set the position of icon in the widget. Allowed Values:
|
| iconurl |
Type : string
|
|
Url of the icon. Bindable: |
| iconwidth |
Type : string
|
|
Width of the icon. |
| name |
Type : string
|
|
Name of the anchor widget. |
| shortcutkey |
Type : string
|
|
The shortcut key property specifies a shortcut key to activate/focus an element. |
| show |
Type : boolean
|
Default value : true
|
|
This property will be used to show/hide the anchor widget on the web page. Bindable: |
| tabindex |
Type : number
|
Default value : 0
|
|
This property specifies the tab order of the Anchor Widget. |
| target |
Type : string
|
|
This property will be used to set the behavior of the anchor link on click. Allowed Values:
|