Skip to content

web: Add HideContainer widget #97

Description

@mhthies

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions