passwordInputs: Tabular Password Input Controls

Description Usage Arguments Author(s)

Description

Create a table of input controls for entry of passwords.

Usage

 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
)

Arguments

inputId

the input slot that will be used to access the value.

label

Display label for the control, or "" for no label.

value

Initial value

width

The width of the input, e.g. '400px' or '100%'

hidden

A logical vector specifying which controls should be hidden using shinyjs. Will be recycled if necessary.

diabled

A logical vector specifying which controls should be disabled using shinyjs. Will be recycled if necessary.

leftlabel

Should the label column be the left column or the right column. TRUE puts the label on the left column.

Author(s)

Benjamin Nutter


nutterb/shinydust documentation built on Dec. 6, 2020, 8:13 a.m.