SimpleOne APIThe SimpleOne API extension makes it easy to create business logic code for the SimpleOne business process automation solution. It adds support for the SimpleOne Client and Server API classes and methods and offers source code highlighting, tooltips, and autocomplete functionality when editing JavaScript files. To learn more about SimpleOne, visit our Website, read the Documentation, or subscribe to our YouTube channel. Make your coding Simple! FeaturesAssociationsTo use the extension features you need to associate your scripts with the API type used (client-side or server-side). You can create associations for specific folders and files. To associate a folder with an API type, open any JavaScript file in it. A pop-up appears where you can associate the folder with server or client API, or you can choose to never be asked about this folder again. This association applies to all files in the folder, so we recommend storing scripts by type. The folder association can be changed via the Associate Folder item in the folder context menu. To associate a specific file with an API type, add a comment ( Code Highlighting and TooltipsSimpleOne API classes and methods are highlighted in JavaScript files. The highlighting style can be configured in When you hover over a supported class or method, a tooltip appears with its summary and a link to the documentation. AutocompleteSimpleOne API classes and methods are suggested as you type the code. A short description of the suggested class or method is also shown. Supported API ClassesThe following classes are supported. Follow the links to learn more about them. Client-Side
Server-Side
|