← Return to the list of available actions
If you have a problem understanding how the action works, check: Action, Conditional Execution, Components parameters.
Category: Appearance
Action location: Form
Available from version: 1.0.64
The action allows to set the header style and / or its values. The action provides two types of configuration: simple - where we modify predefined parameters - and advanced - where we can put our css code.
Leaving an empty conditional field is equal to setting it to "true".
Action location | Conditional execution parameter action | Action call-up condition |
---|---|---|
Form | Call-up action | The "Conditional execution" parameter will return "true" |
Parameter name | Description | Paremeter type | Default value | Field type | Comments and restrictions | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Variables* | Variables that the style will be applied to | Array of variables |
| Editable field | |||||||||
Place of application of style | Specifies where the style will be applied | Text | Drop-down list |
| |||||||||
Configuration mode | Specifies whether we want to use a simple or advanced configuration | Text | BASIC | Drop-down list |
| ||||||||
Font size | Changes the font size | Integer | 12 | Editable field | Not more than 30, not less than 6 | ||||||||
Font color | Changes the font color | Text | #000000 | Color formatter | The color is transmitted in #XXXXXX format, where X is 0-9 or A-F | ||||||||
Colour of background | Changes the background color | Text | #000000 | Color formatter | The color is transmitted in #XXXXXX format, where X is 0-9 or A-F | ||||||||
Bold | Bolds the text | Boolean | No | Editable field | |||||||||
Italics | Sets italic text | Boolean | No | Editable field | |||||||||
CSS style | CSS style in html form, e.g. "font-size": "14px", "color": "red" | Text | Editable field | ||||||||||
Restore default style | If the condition is not met, it restores the system style. (from v 1.0.103 | Boolean | Yes | Editable field | In the case of several actions on one object, it is recommended to uncheck the parameter. |
Parameter*- mandatory field
1.0.64
- Adding a component
1.0.103
- Added "Restore default style" parameter
Add Comment