503
Views
5
Comments
Outsystems Javascript API
Where I can find the documentation of the outsystems javascript api? something like osAjaxBackend.BindBeforeAjaxRequest, osAjaxBackend.BindAfterAjaxRequest and so on.
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
I don't think there is any, as afaik, this are unsupported stuff, and may change between platform versions.
UserImage.jpg
Jovvy
Well, thanks for the information @killan, how about a list of components that uses this javascript api? i'd like to expirement and play with it.
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
I'd say RichWidgets is a good start. You can't open it directly, but you can clone it and take a look.
UserImage.jpg
Wouter

Jovvy wrote:

Where I can find the documentation of the outsystems javascript api? something like osAjaxBackend.BindBeforeAjaxRequest, osAjaxBackend.BindAfterAjaxRequest and so on.


Hi Jovvy

May I ask if you have found the exact location of the document later?


Regards,

Wouter.

2020-08-05 08-52-58
Ruben Goncalves

Hi Wouter,

There's no documentation on this API. It's unsupported...
You can see how to use them, in OutSystems UI Web module (open, and clone it).

But to put it simply, these actions as the name indicate, are called prior or after and AJAX request to the server.
They receive a callback function, that will be executed upon those events:

Hope this helps you out,

Cheers,

RG

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