The following Profound UI configuration options can be set using JavaScript code. One way to configure these options is to create a new settings.js file and place it in IFS directory:
/www/profoundui/htdocs/profoundui/userdata/custom/js/
In Profound UI Rich Display File development, any file placed in this IFS directory is automatically picked up and included in your project. However, for applications launched through Genie, the file must be specifically referenced in the start.html template of the Genie skin.
This is done by adding the following line to start.html in the appropriate Genie skin directory
<script type="text/javascript" src="/profoundui/userdata/custom/js/settings.js"></script>