Pop-up outlet

Explanation on the pop-up outlet.

Introduction

The PopupOutlet allows you to open a frame upon clicking on a button to enter different values.

With the PopupOutlet you can,

  • Change model inputs by subscribing the model to the ControlPanel in the popup.

Below is the configuration example. (Note that some content has been omitted.)

  my-popup:
    kind: PopupOutlet
        frame: my-popup-frame
        subscribe:
          - kind: Button 
            frame: my-root-frame
            source: my-open-button
            action: open

Schema

See the form schema docs for more information.