ControlPointSummary
Used as
- Card
Summary
This card display the `out` value of a ControlPoint in realtime with personnalized icon and texts.
Implementation
There are two ways to add it to the FlexView:
- Add a card from the settings bar, and choose in the list ControlPointSummary
- Or drag&drop a ControlPoint from the nav tree into a FlexView
Flex Widget Properties
- ValueOrd: The Ord of the ControlPoint. It can be relativized with slot: or slot:../../myPoint etc.
- Title: A SFormat resolved from the target of ValueOrd.
- Subtitle: A SFormat resolved from the target of ValueOrd.
- IconOrd: The Ord of the icon to display.
- Hyperlink: Open the specified Ord link at the click of the Card. The ord can be relative.
- HyperlinkMode: The way to open the hyperLink (modal, window, tab, replace).