You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the discussion #89: A new web widget type HideContainer shall be added that allows to wrap one or more other widget instances. The wrapped widgets are then dynamically shown or hidden based on the (server-side) state of a connected boolean-typed object, similar to a HideRow widget.
The HideContainer is somehow similar to the CollapsibleContainer, propsoed in #96, but it does not (direct) local showing/hiding of the wrapped widgets by the user, but instead is a connectable object (more specifically: A WebDisplayDatapoint with type=bool) to use a server-side boolean state.
The text was updated successfully, but these errors were encountered:
From the discussion #89: A new web widget type
HideContainer
shall be added that allows to wrap one or more other widget instances. The wrapped widgets are then dynamically shown or hidden based on the (server-side) state of a connected boolean-typed object, similar to aHideRow
widget.The
HideContainer
is somehow similar to theCollapsibleContainer
, propsoed in #96, but it does not (direct) local showing/hiding of the wrapped widgets by the user, but instead is a connectable object (more specifically: A WebDisplayDatapoint withtype=bool
) to use a server-side boolean state.The text was updated successfully, but these errors were encountered: