JavaScript

From coolearthwiki
Jump to navigation Jump to search

JavaScript has a number of uses inside QC Results. It works in concert with the various controls to pass values to child screens, and return them to parent screens. It greatly enhances what can be done using QC Results.

There are some commands already set up and waiting for you. They are called application programming interfaces (API), defined as a specification intended to be used as an interface by software components to communicate with each other. An API may include specifications for routines, data structures, object classes, and variables. In JavaScript, it is used by the controls to perform their expected functions.

API Commands

Documentation on available API commands can be found at API Commands.


Return to QC Results