Description Usage Arguments Author(s)
Create a table of input controls for entry of passwords.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | passwordInput_cell(
inputId,
label = "",
value = "",
width = "",
disabled = FALSE,
hidden = FALSE
)
passwordInput_row(
inputId,
label,
value = "",
width = "",
leftLabel = TRUE,
disabled = FALSE,
hidden = FALSE
)
|
inputId |
the |
label |
Display label for the control, or "" for no label. |
value |
Initial value |
width |
The width of the input, e.g. |
hidden |
A logical vector specifying which controls should be hidden
using |
diabled |
A logical vector specifying which controls should be disabled
using |
leftlabel |
Should the label column be the left column or the right
column. |
Benjamin Nutter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.