Skip to content
Benedikt Schulze Baek edited this page Mar 23, 2017 · 15 revisions

The chayns® JavaScript API allows you to expand your Tapp with many useful features, like

  • Working with the chayns.ready promise.
    To read initial user data or execute functions after the tapp is loaded, you need to call the 'chayns.ready' promise.
  • Reading additional user data.
    The chayns.env object allows you to read further user data from the chayns framework.

In addition chayns provides a lot of functions and helpers. See the following table of contents to get an overview of this features.

To get started, you can follow this wiki or alternatively take a look at the chayns® css wiki.

Table of Contents

  1. Home
  2. Getting Started
  3. Environment Variables
  4. Basic Functions
  5. UI Functions
  6. Media Functions
  7. Utility Functions