popupConfig

Examples

kind: PopupForm
inputs:
  my-submit-button:
    kind: SubmitButton
    text: Hello World
subscribe: # OPTIONAL
  - kind: Button # button that opens the popup
    frame: my-home-frame
    source: my-open-form-button
  - kind: Model # a model that executes something related to the popup form
    frame: my-home-frame
    source: my-model
    setMessageOnSuccess: It worked!
    setMessageOnFailure: It failed!

Object properties

Name Type Required
kind Constant: PopupForm yes
inputs Dictionary yes
subscribe Array no

Object information