Advanced Project Settings

This page contains more technical parameters:

  • debug Messages Level: this option defines how js errors and log are displayed, it can be: 

    • None : log messages and errors are not displayed

    • Javascript Log (Default value) the log messages are sent to TB console and the errors are shown in Console with a red dot.

    • Javascript Log and Error Messages, the log messages are sent to the TB console, and JS Errors are displayed in a blocking modal alert.

  • Allow data HTML Rendering in Repeaters & Displayers

    Sometimes, data loaded from a Database can contain HTML elements (for example rich text including styles such as bold, italic, ....). But if you let the users entering HTML element, that can be a security issue because it can allow Cross-Site Scripting (XSS) attacks or script injection.
    It is recommanded to allow HTML rendering only if only for projects that don't include user generated content, in another word, Apps for which only the administrator can enter data to the database.

  • Custom Script (js). If you need to include an external js library to your project, define HTML <script> here.
    For example <script src=“/js/myscript.js"></script>

  • Custom Head (js). If you need to include an external CSS file to your project, define HTML <link> here.
    For example <link rel=“stylesheet” href=“/css/mycss.css"></link>

Copyright©  Nymphide Lab 2020 - All Rights Reserved 

...