Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Run Javascript without Webviewer cross-platform, even on server.
Version | macOS | Windows | Linux | Server | iOS SDK |
10.0 / 11.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Item | Details |
---|---|
JS.AddFileMakerEvaluateFunction Adds an Evaluate function. | All 10.0 |
JS.AddFileMakerRunScriptFunction Adds a function to start scripts from JavaScript. | All 10.0 |
JS.AddFileMakerSQLFunction Defines a SQL Evaluate function for JavaScript. | All 10.0 |
JS.AddFunction Adds a global function defined as a text string. | All 10.0 |
JS.CallFunction Calls a global function given the name. | All 10.0 |
JS.Evaluate Evaluates a JavaScript expression. | All 10.0 |
JS.EvaluateToString Evaluates a JavaScript expression. | All 10.0 |
JS.GetGlobalProperty Queries global property. | All 10.0 |
JS.GetGlobalPropertyValue Queries global property. | All 10.0 |
JS.InitModules Installs Duktape module loading. | All 11.2 |
JS.New Creates a new JavaScript engine instance. | All 10.0 |
JS.Now Queries current time as double value. | All 10.1 |
JS.ObjectCount Queries global object counter. | All 10.1 |
JS.Release Frees the JavaScript engine. | All 10.0 |
JS.ReleaseAll Release all JavaScript environments. | All 10.5 |
JS.SetGlobalProperty Sets a global property. | All 10.0 |
JS.SetGlobalPropertyValue Sets a global property. | All 10.0 |
JS.StringCount Queries global string counter. | All 10.1 |
JS.TimeToDateComponents Converts time to date components. | All 10.1 |
JS.TimeToUTCDate Converts time value to timestamp. | All 10.1 |
JS.UTCDateToTime Converts date to time value. | All 10.1 |
21 functions.
Feedback: Report problem or ask question.