JavaScript Reference: Difference between revisions

From MXWendler Wiki
Jump to navigation Jump to search
Update links after removing '3.' prefix from reference titles (bot)
Point TOC to de-numbered page titles; drop index prefixes (bot)
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
{|
{|
|-
|-
| style="padding: 10px" | [[1. Controlling MXW through JavaScript]]  
| style="padding: 10px" | [[Controlling MXW through JavaScript]]  
|-
|-
| style="padding: 10px" | [[JavaScript command reference | 2. JavaScript command reference]]  
| style="padding: 10px" | [[JavaScript command reference]]  
|-
|-
| style="padding: 10px" | [[4. Practical examples | 3. Practical examples]]  
| style="padding: 10px" | [[Practical examples]]  
|-
|-
| style="padding: 10px" | [[5. Troubleshooting scripts | 4. Troubleshooting scripts]]  
| style="padding: 10px" | [[Troubleshooting scripts]]  
|-
|-
| style="padding: 10px" | [[6. External Resources | 5. External Resources]]
| style="padding: 10px" | [[External Resources]]
|}
|}
[[Category:JavaScript]]
[[Category:Reference]]
[[Category:Reference]]

Latest revision as of 20:51, 8 August 2026

This reference applies to all different OS. The presented OSC commands are for most part supported in version 6.0 but will be fully functional in version 6.0.08 and above.

Introduction

This document describes the MXWendler (MXW) JavaScript Command Interface through an overview of the programming structure, with practical examples of automation and internal scripting.

What is JavaScript?

JavaScript is a standardized interpreted, high level programming language. It is one of the core technologies of the World Wide Web and it is mainly used in web browsers to control web pages and test the user input before sending it.

[1] Wikipedia Link

Contents

Controlling MXW through JavaScript
JavaScript command reference
Practical examples
Troubleshooting scripts
External Resources