All definitions which can be used for a widget can be set using the attributes and values of the page customization. There are three types of attributes:
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!