I am using Link Widget in one my screen, where I am having Link widget so on UI when user will the mouse hover to the link i want to execute one functionality. But somehow i do not see onmoushover event in event options. Below are the only options i see
onblue,
onchange,
ondoubleclick,
onkeydown,
onkeypress,
onkeyup,
ontouchstart,
ontouchend
but somehow this events are not helpful. Can anyone please suggest me how can I implement on mouse hover for link ?
Hello
Can refer to the below solved post.
https://www.outsystems.com/forums/discussion/78195/i-want-to-run-a-client-action-in-onhover-of-a-button/
Regard
Anees
For Link Widget those mentioned events are not available. Can you suggest other way of doing it?
read the entire post, this is answered by Mariano.
i read that post that is referred by @Mohd Anees Mansoori it works well and i also learn new thing thanks.
Hi @Bhushan Lahane Check attached oml where am using JavaScript.
Regards
Apoorv Choubey
Hi,
there is no need to do this in a Javascript node, can be done through Event property of the Link element.
Also, when adding listeners in the OnReady, make sure to clean them up in the OnDestroy.
Dorine
Hi @Bhushan Lahane ,
that list is just a suggestion of the most common events,
but you can type any you like, including onmouseover
btw : it is not onmousehover, that doesn't exist as a event, you are probably confusing with the 'hover' pseudo CSS.
@Dorine Boudry it would be great if you could provide some sample, I am not getting what exactly you are proposing here
sure,
this is it : you can type in onmouseover in the Event property
Hey @Bhushan Lahane ,
I am attaching an OML for the solution.I think you are quiet new that is why you need the OML to implement it.You will not get "onmouseover" in the dropdown .You have to manually type it.
I am doing nothing but coping the statement of @Dorine Boudry .
Thanks @Dorine Boudry for teaching us this great technique.
Thanks & Regards,
Sudip Pal