...
Directives | Type | Description | Example | ||||
---|---|---|---|---|---|---|---|
simple-class | String | Create a class containing custom CSS style parameters, to easily apply it to different your widgets. Define the class in the CSS field of the Widget form. | Template:
CSS:
| ||||
simple-if | Boolean | This directive enables or disables the widget, or some part of it, if the set condition is met (true) or not (false). |
| ||||
simple-show | String | This directive shows a set value if the condition is met. If the condition is not met, the value is hidden, but remains in DOM as hidden. |
| ||||
simple-style | String | Use this directive, to customize the widget layout – background color, font settings, pointer, etc. |
|
...