Configuring the User Interface

In addition to the aforementioned, the following properties are also part of the application.properties file.

However, these properties are related to the user interface and the Angular© web application:

Property name

Description

Required

Default and Optional Values

com.softwareag.natural.chimera.fields.input.trim

Defines if and how to trim the field's content when the screen is loaded. The trimChar property contains the value to trim.

No

Optional values:

none (default)
Left
Right
both

com.softwareag.natural.chimera.fields.input.trimChar

The character to remove from the field's content.

Note:
When defining a space character, please set the value to "\ " (backslash and space).

Yes, if the trim property is set.

com.softwareag.natural.client.config.selectOnFocus

Define if focusing on an input field will select the full content of the field.

No

false

com.softwareag.natural.client.config.themesList

Define the list of themes available in the client UI. The themes define the look and feel of the application. There is an option to create a new CSS theme file and add it to the list.

No

This is the default theme list:

emulator.css
theme_dark. css
theme_light.css