New Control Parameters

New Application Constants

The default.constants.js file is located in the apq-c3-custom/js folder within the web app directory of the root install directory of your Apliqo Application server.

This file stores default constants for the Apliqo UX application. The 2021.11 FP1 version includes the following new application constants:  

'SANITIZATION_ENABLED': true

  • By default set to true. Sanitizing will remove any illegal characters and embedded javascript from the inputted data for security purposes.

Note: this is a change to previous behaviour. If your application uses custom javascript functions these will be disabled by the new default setting. If using custom javascript functions you need to set 'SANITIZATION_ENABLED': false

New Advanced Options

Version 2021.11 FP1 includes the following new advanced options to control the features and behavior of Widgets in UX applications.

Table Config
 "table": {
    "nestedColumns": {
      "calculateHeadersColspan": true
    	}
    }
Click to copy

"calculateHeadersColspan": Set to true to apply column span to nested column headers.  

  • Set to true (default) 
  • Set to false 

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.