View source: R/addEditModules.R
This function wraps around the the modalUI argument to call the function withing the modal server functions
1 | callModalUI(modalUI, ..., session = shiny::getDefaultReactiveDomain())
|
modalUI |
Function that creates the modal UI. |
... |
Additional parameters to mass to modalUI function list( selectizeInput(ns("Species"), "Species", choices = reactiveData$flowers$flowerName), selectizeInput(ns("smell"), "Smell", choices = irisStaticChoices$smell) ) |
session |
These parameters are handled by
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.