Changes between Version 1 and Version 2 of FACT++/JavaScript


Ignore:
Timestamp:
06/19/19 15:45:30 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FACT++/JavaScript

    v1 v2  
    1818Our scripts should use the so called strict-mode which forbids a few common mistakes. A reasonably good documentation of it can be found here https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Functions_and_function_scope/Strict_mode.
    1919
    20 **A full reference to the additional !JavaScript elements is available [https://www.fact-project.org/dimctrl here].**
     20**A full reference to the additional !JavaScript elements of our *dimctrl* is available [https://www.fact-project.org/dimctrl here].**
    2121
    2222The following will contain an example script and some explanations.