Page 1 of 1

Help: JQM How to call a Service in HTML javascript

Posted: Sat May 01, 2021 7:31 am
by devanshdiwanji

Hi I'm trying to call an existing service I created in the Data Tab and with the Mapping, I am trying to call the service explicitly via a JavaScript function in HTML component of the page that I've created. Is it possible to do it? and if so, how ? Thank you

How can I call an Appery service in javascript/jquery from inside my HTML component ? Thank you


Re: Help: JQM How to call a Service in HTML javascript

Posted: Thu May 13, 2021 7:16 pm
by Serhii Kulibaba
Hello,

Please use the method "execute" for that. In your case it would be

Code: Select all

FindPlaces.execute();