Skip to content
Jonas Gossens edited this page Aug 6, 2021 · 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. Pagemaker Iframes
  4. Environmental Variables
    1. User
    2. Site
    3. Tapp
    4. App
    5. Device
    6. Parameters
    7. Environment
  5. Basic Functions
    1. Intercom
  6. UI Functions
    1. WaitCursor
    2. FloatingButton
    3. Overlay
  7. Dialogs
  8. Media Functions
  9. Utility Functions
    1. Checking Types
    2. Local Storage
    3. Miscellaneous