1204
Views
3
Comments
Solved
OnClick of a button
Question

Hi Guys - What would be the best bet to do an onclick on client side there is a mouseover and mouseout events but nothing like a simple mouse click?

Cheers,

2025-08-22 10-19-44
Pramod Jain
 
MVP
Solution

Hi Sandeep,

There is no option in the list for selection onclick , however you can still write onclick manually and assign a method to it . See below screenshot.


Regards

-PJ-

UserImage.jpg
Sandeep Kapil

Pramod Jain wrote:

Hi Sandeep,

There is no option in the list for selection onclick , however you can still write onclick manually and assign a method to it . See below screenshot.


Regards

-PJ-

That worked like a charm, thank you.


2022-08-05 20-06-58
Hélder Anselmo

Hi Sandeep,

You can use this: https://www.w3schools.com/jsref/event_onclick.asp

However, to make it "clean" from your code you can use 2 actions to trigger the click:

SilkUIFramework.js_click()

HTTPRequestHandler.RunJavascript


Cheers!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.