Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<explorerTask name="Twentekanalen">
     <arguments>StatusTwentekanalen< <displayConfigFileName>StatusTwentekanalen</arguments>displayConfigFileName>
    <taskClass>nl.wldelft.fews.gui.plugin.scada.ScadaDisplay</taskClass>
    <toolbarTask>true</toolbarTask>
    <menubarTask>true</menubarTask>
</explorerTask>

...

chartComponentBehaviourDefinition

Since 20222021.02, one can also include small thumbnail graphs referencing a display from the DisplayGroups in a schematic status panel.  Such charts are implicitly linked to a leftSingleClickAction that opens the same display in a new time series dialog. By default, this the left click is disabled. But if the user wishes, leftSingleClickAction can be configured to enable the possibility to open a new time series dialog.

...

Expand

Shape component Behaviour configuration options available are:

  • leftSingleClickAction
  • leftDoubleClickAction
  • title
  • display (referencing a display from the displaygroups.xml configuration)
  • axisLabels
  • axisTitle
  • imageScaleFactor
  • toolTip
display

Requried Required reference to display from the DisplayGroups with option to overrule view period.

...