Most fields and elements in Screen Designer can be customized further by editing their properties. Properties vary depending upon the object type of the field or element that has focus.
You can edit properties of elements and fields by clicking on them in the canvas. The Properties pane will always display the properties of whichever field or element has focus in Screen Designer. If more than one field or element is selected at a time, the Properties pane will only display the properties that are shared between the selected items.
As of Screen Designer 5.2, field label text can be changed from within the application (rather than solely via XML edits). However, changes made in this way will not be localized for other languages.
1.Click the field or element in the canvas that you want to edit the properties of. The properties of the field or element appear in the Properties pane. •You can edit the properties of multiple fields or elements by selecting more than one at a time, as described in To edit multiple fields on a screen. 2.Adjust the desired properties. •Properties that have a Boolean datatype present a text box in which you type the value. Valid choices for this text box are shown below. ▪For 'true' the acceptable values are: "true", "yes" (case-insensitive). ▪For 'false' the acceptable values are: "false", "no" (case-insensitive). ▪If a JEXL expression is used, it may return any of the above strings, or a Java Boolean. |
You can edit font properties on elements or fields that display some kind of text in view mode. For example, you can modify the properties of text fields, number fields, Memo fields, drop-down lists and more to alter the font type, font size, and font color (including labelFontFamily, labelFontSize, labelFontColor) of the displayed text in your custom screen.
1.Click the field or element in the canvas that you want to edit the properties of. The properties of the field or element appear in the Properties pane. •You can edit the properties of multiple fields or elements by selecting more than one at a time, as described in To edit multiple fields on a screen. 2.Adjust the following font properties as desired: •fontFamily—A drop-down list of common font types. •fontSize—A number field that defines the size of the affected text. The default fontSize value in TeamConnect is 14px. •fontColor—A pop-up window with a selection of common colors, as well as an advanced interface to select colors from the full RGB spectrum. |