Without adding this extension, simply i want to call javascript function on button click
How should i do. I tried using button control i add javascript function also in extended properties i have added "onClick" client side event.
But still button behaviour required server side action.
I dont want to add this server function.
Can we do it?
pradip chavhan wrote:
Hi Pradip,
I have a hard time understanding why you would not want to use the standard building blocks supplied by the platform to make things easier for you. Validating fields or the correct corelation of these fields is not something that I would want to create custom javascript for but be handled by the platform itself using the widgets available. This is improves readability.
But to answer your question; To run javascript at runtime you need to use the "RunJavaScript" in the "HTTPRequestHandler" module as Martijn already said.
Hi
An Extended Property can added below OnClick on Section, where you can invoke your java script function.