Create the UI For the Inputs Panel
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.