Info |
---|
https://wiki.teamdf.com/wiki/pages/42Z1S2t5/FRToolBox_Overview.html |
Overview
Looking for the FRToolBox Function Reference? https://splashdocs.atlassian.net/wiki/spaces/FusionReactor/pages/2202599558
...
At the lowest level, you can talk directly to the plugin using either its two basic ‘callback’ functions: SQL() and Script(), or using the newer XML format requests. XML_format_requests.html . https://splashdocs.atlassian.net/wiki/spaces/FusionReactor/pages/2202730599 Doing this will require your JavaScript solution to handle the AJAX communications, which you may want to do if, for example, you are making use of a third-party JavaScript library which includes AJAX handling.
...