In Méthode Swing it is possible to add 3rd-party libraries. Such libraries must be placed under
{SWING-APP}/plugins/libs
All the libraries contained in this folder are loaded separately into Méthode Swing.
|
The libraries are loaded asynchronously. |
|
It is suggested to place each library under a specific folder, e.g: {SWING-APP}/plugins/libs/exif/exif.js
|
|
Méthode Swing loads ONLY the Javascript (*.js) files in the folder. |
|
Méthode Swing has no control over the 3rd parties lib. So, an external library could break the application. Please refer to the log to see which libraries have been loaded. |