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.
From the discussion #89: A new web widget type
HideContainershall 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 aHideRowwidget.The
HideContaineris 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.