Configuration Attributes for Widgets
All definitions which can be used for a widget can be set using the attributes and values of the page customization. There are two types of attributes:
- general attributes (available for every widget type)
- attributes for a specific type of widget, e.g. attributes for chart widgets or attributes for table widgets
Please keep in mind that an attribute which is set within the Admin Tool script of a widget always overwrites the respective attribute which has been set as an attribute!
Example: For the chart widget ticketsInView, the attribute visibility has been set to true. The Admin Tool script which is associated with the widget (ticketsInViewDataWidget.groovy) contains the statement:
return [visible: 'false']
In this case the widget will not be displayed!