Creating an Add-In
Last updated
Last updated
An Add-In is a plugin that also loads DLLs that expose new JavaScript APIs.
To build DLLs that support FormIt, the FormIt API is needed. The FormIt API can be downloaded from the . A login is needed to access the download.
Once logged in, the FormIt API is available under SOFTWARE.
An add-in has the following structure:
To get the arguements into C++ variables use SCRIPTCONVERTER-
Either JSON_UNDEFINED or any json object can be returned. Use to_json to convert your C++ variable to json
An Add-In has access to the and .
Once the DLL is defining all the needed JS APIs, the plugin must tell FormIt what DLLs need loaded. This is done in the .
is a working example that explains how to make an Add-In.
is a working example that explains how to make an Add-In with the .