Description
Application terminal settings specify how texts from 5250 terminal are rendered in the browser.
These properties will affect all screens in the entire application, including screens that haven’t been customized.
Properties
|
Name |
Description and Comments |
JavaScript |
Shipped default |
|---|---|---|---|
|
addElementWidth |
Additional length to be added to input boxes (in column value) |
No |
None |
|
addPaddingToMain |
Indicates whether to add padding to the top and left position of auto-generated fields in the main window. (TS-2 only) |
No |
True |
|
addPaddingToPopup |
Indicates whether to add padding to the top and left position of auto-generated fields in the popup window. (TS-2 only) |
No. |
False |
|
autoColWidth |
Indicates whether to automatically compute for the column width based on the font setting. |
No. |
True |
| columnWidth |
The width of a column (in pixels) |
No |
8 |
|
rowHeight |
The height of a row (in pixels). |
No |
15 |
|
spaceBetweenColumns |
Space between two columns (in pixels) |
No |
0 |
|
spaceBetweenRows |
Space between two rows (in pixels) |
No |
3 |
|
sizeFieldDiv |
Automatically computes the size of the field when not set. Computation will be applied to output, input, both input and output or none(off). |
No |
Both |
Notes, Comments and Warnings
You need to decide on the values of these properties prior to customizing any of your screens. If you decide to change these properties after some screens have been customized, some elements in the screens might move or become smaller or bigger and they will need to be manually repositioned and resized.
If it becomes necessary to modify any of these properties after you have started customization of screens, you will need to go through each of the customized screens and visually inspect that all elements are positioned correctly.
In TS-2, the top and left position of auto-generated fields in the main window has a padding of 2 pixels.
In case there are several auto-generated fields’ position that has been modified in TS-1, and you decide to open the project in TS-2, uncheck the addPaddingToMain property to prevent the addition of padding, thus, making your TS-1 project compatible with TS-2.
For popup window, the auto-generated fields’ position in TS-2 is the same as in TS-1. Check addPaddingToPopup property if you want to apply the 2-pixel padding to the top and left position of the field. In doing this, your project will not be compatible with TS-1 anymore.
See Also
5250 Screen Styling - Changing 5250 Row / Column Size