Used as

  • Card


Summary

Display a specific editor for each control:Point or baja:StatusValue or baja:Simple (not all are supported).

 


Implementation

There are two ways to add it to the FlexView:

  • Add a card from the settings bar, and choose in the list DynamicControlPoint.
  • Or drag&drop it from the palette
  • To add points or slots to control, you have two different methods:
    • Drag&drop the points or components from the station into the PointList field, the ord will be set automatically. Change the ord if you want to target a specific slot of a component
    • Select a Selection which targets components (like points)
  • Set the personalized properties

 


Flex Widget Properties

  • List: A list of control:Point or baja:StatusValue or baja:Simple to display (support drag&drop from the Navigation Tree).
    (warning) If the user doesn't have read permission on a point it will be hidden and if he doesn't have write permission on a Writable point it will not be editable.
  • Selection: A baja:Selection which targets a list of ControlPoint. Selection has a priority over the List.
  • Hyperlink: Whether to display or not an hyperlink for each point.
  • StatusInfo: Whether to display or not status info for each point ('ok' status is not displayed).
  • PriorityLevel: The priority level where to write on Writable points. Choose level 0 to force read only.
    (warning) If the priority level selected is inferior to the active level, the editor is not editable.
  • NullToggle: Allows or not to set null Status of a StatusValue.
  • ShowOnlySlotName: Indicates whether the Component name should precede the slot name in the field label or not.
  • DefaultMin: default min value for number type.
  • DefaultMax: default max value for number type.
  • WidgetColor: The color for slider, switch and checkbox.