Skip to main content

Pop-Out / Pop-up

Pop-Out

A child container that can slide out from any side of a Window or Panel container. Elements are hidden when the Pop-Out is closed.

  • All global properties
  • parent: string — The parent container's reference in code Global Property Exception:
    • vDock | hDock: "center" is not a valid value for Pop-Out objects. The other values are valid and determine the dock behavior of the pop-out to its parent container

Pop-Up

A child container that is modal to its parent container, disabling interaction with the parent while the Pop-Up is open. This container is a new window instantiated from its parent window. It has independant positioning and sizing. The only difference between this window and a regular window is the fact that it disables the parent.

  • All global properties
  • parent: string — The parent container's reference in code