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.

...