Description Usage Arguments Value
Create the UI For the Inputs Panel
1 2 3 4 5 6 7 | createInputLayout(
pages,
groups,
inputs,
ns = identity,
inputs.style = c("tabset", "collapses", "flowing")
)
|
pages |
list of pages. |
groups |
list of groups. |
inputs |
list of inputs. |
ns |
the namespace function to use for creating tag ids |
inputs.style |
the style of the input panel. |
a tag.list structure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.