Configuration Options



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>


For Mobile Sessions

When accessing Rich Display applications via a mobile app such as the Profound UI Mobile Client, note that files in /userdata/custom are not loaded like they are when accessing the same applications from a web browser. To globally load JavaScript and CSS files in a mobile session, place them into the following IFS directory or any sub-directory below it (see here for more information): 1

/www/{instance_name}/htdocs/profoundui/userdata/extension/mobile


(Where '{instance_name}' is the name of your installed instance of Profound UI.)




This feature is available in Profound UI Version 6, Fix Pack 4.0 and above.